Skip to content

Commit e5fc6f9

Browse files
committed
Force run pg tests
1 parent 4211e84 commit e5fc6f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-db-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: ./.github/workflows/files-changed.yml
1717

1818
test-pgsql-shard-1:
19-
if: needs.files-changed.outputs.backend == 'true'
19+
# if: needs.files-changed.outputs.backend == 'true'
2020
needs: files-changed
2121
runs-on: ubuntu-latest
2222
timeout-minutes: 50
@@ -52,7 +52,7 @@ jobs:
5252
run-migration: "true"
5353

5454
test-pgsql-shard-2:
55-
if: needs.files-changed.outputs.backend == 'true'
55+
# if: needs.files-changed.outputs.backend == 'true'
5656
needs: files-changed
5757
runs-on: ubuntu-latest
5858
timeout-minutes: 50

0 commit comments

Comments
 (0)