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] on: [pull_request]
jobs: jobs:
run-tests: run-tests:
uses: ./.github/workflows/tests.yml uses: ./.github/workflows/tests.yaml

View File

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