Skip to content

Commit

Permalink
ci(ci): require unit-tests job to pass for save-pr-number job to run
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed May 9, 2022
1 parent c292991 commit 74d92fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
# This job is used to save the PR number in an artifact, for use in the automerge.yml workflow
save-pr-number:
name: Save Dependabot PR Number
needs: unit-tests
if: >
github.event.pull_request.draft == false &&
github.event_name == 'pull_request' &&
Expand Down

0 comments on commit 74d92fb

Please sign in to comment.