Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
ci: send slack notif on main build failures
  • Loading branch information
ethanndickson committed Aug 21, 2025
commit 0224f6e6692659e3fec2e460ee26bc5663403f62
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1541,6 +1541,7 @@ jobs:

notify-slack-on-failure:
needs:
- build
- required
runs-on: ubuntu-latest
if: failure() && github.ref == 'refs/heads/main'
Expand Down
Loading