Skip to content

Commit 8b08f0c

Browse files
authored
Remove needs dependency from PR test (#1466)
1 parent b57d180 commit 8b08f0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
unit-tests:
2222
uses: ./.github/workflows/pr-tests.yml
2323
integration-tests:
24-
needs: [ lint, out-of-order-migrations ]
24+
needs: [out-of-order-migrations]
2525
uses: ./.github/workflows/integration_tests.yml
2626
publish-test-results:
2727
needs:
@@ -46,5 +46,5 @@ jobs:
4646
if: always()
4747
with:
4848
comment_mode: off
49-
fail_on: 'errors'
49+
fail_on: "errors"
5050
files: "artifacts/**/*.xml"

0 commit comments

Comments
 (0)