Skip to content

Commit 5ab54a1

Browse files
authored
ci: fix workflow needs
1 parent 2f143c5 commit 5ab54a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
dependency-review:
2929
name: 🔍 Dependency Review
30-
needs: build-push-flavors
30+
needs: build-push-test
3131
uses: ./.github/workflows/wc-dependency-review.yml
3232
permissions:
3333
contents: read
@@ -39,7 +39,7 @@ jobs:
3939
permissions:
4040
checks: write # is needed by EnricoMi/publish-unit-test-result-action to add a check run with test results
4141
pull-requests: write # is needed by EnricoMi/publish-unit-test-result-action to annotate PRs
42-
needs: build-push-flavors
42+
needs: build-push-test
4343
if: ${{ !cancelled() }}
4444
steps:
4545
- uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2

0 commit comments

Comments
 (0)