Skip to content

Commit

Permalink
Fix dependency of jobs
Browse files Browse the repository at this point in the history
fixup 92f678b
  • Loading branch information
masutaka committed Jun 17, 2024
1 parent 483af91 commit 0a2aeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
pushover:
name: pushover if failure
if: github.ref_name == github.event.repository.default_branch && failure()
needs: [test]
needs: [actionlint, test]
uses: ./.github/workflows/pushover.yml

0 comments on commit 0a2aeed

Please sign in to comment.