Skip to content

Commit

Permalink
Test notification
Browse files Browse the repository at this point in the history
  • Loading branch information
ldhenry committed Dec 7, 2024
1 parent 3cdd2f2 commit 77bf68d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ jobs:
notify-slack-on-failure:
name: Notify Slack on Failures
if: failure() && github.ref == 'refs/heads/main'
needs:
- build
- generate
- test
# if: failure() && github.ref == 'refs/heads/main'
# needs:
# - build
# - generate
# - test
runs-on: ubuntu-latest
steps:
- name: Send GitHub trigger payload to Slack Workflow Builder
Expand Down

0 comments on commit 77bf68d

Please sign in to comment.