Merge changes to implement postgraphile GraphQL queries #166

Merged
nikugogoi merged 29 commits from ng-watcher-queries-v4 into sharding 2022-06-08 06:34:08 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 222fa6d6ed - Show all commits

View File

@ -3,4 +3,4 @@ name: Docker Build
on: [pull_request]
jobs:
run-tests:
uses: ./.github/workflows/tests.yml
uses: ./.github/workflows/tests.yaml

View File

@ -4,7 +4,7 @@ on:
types: [published]
jobs:
run-tests:
uses: ./.github/workflows/tests.yml
uses: ./.github/workflows/tests.yaml
build:
name: Run docker build
runs-on: ubuntu-latest