Skip to content

Commit

Permalink
Make remaining notify jobs depend on build/test
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed May 19, 2024
1 parent daf5475 commit 6255443
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ jobs:
notify-discord:
needs:
- test-release
- smoke-inflator
- upload-deb
- upload-rpm
- upload-inflator
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ jobs:

notify-discord:
needs:
- test-release
- smoke-inflator
- build-dmg
- build-deb
- build-rpm
Expand Down

0 comments on commit 6255443

Please sign in to comment.