We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4211e84 commit e5fc6f9Copy full SHA for e5fc6f9
1 file changed
.github/workflows/pull-db-tests.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: ./.github/workflows/files-changed.yml
17
18
test-pgsql-shard-1:
19
- if: needs.files-changed.outputs.backend == 'true'
+ # if: needs.files-changed.outputs.backend == 'true'
20
needs: files-changed
21
runs-on: ubuntu-latest
22
timeout-minutes: 50
@@ -52,7 +52,7 @@ jobs:
52
run-migration: "true"
53
54
test-pgsql-shard-2:
55
56
57
58
0 commit comments