Skip to content

Commit

Permalink
fix job dependency reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 19, 2024
1 parent d959d6d commit 80133da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
results:
name: "Pull request checks"
if: always()
needs: [code-quality, changelog, verify-builds, unit-tests, integration-tests]
needs: [code-quality, changelog-entry, verify-builds, unit-tests, integration-tests]
runs-on: ${{ vars.DEFAULT_RUNNER }}
steps:
- uses: re-actors/alls-green@release/v1
Expand Down

0 comments on commit 80133da

Please sign in to comment.