Skip to content

Commit

Permalink
testing only notify on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Jul 18, 2023
1 parent 01fbe2b commit b7fdf5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ jobs:
notification_title: "{workflow} has {status_message}"
message_format: "{emoji} *{workflow}* {status_message} in <{repo_url}|{repo}> : <{run_url}|View Run Results>"
footer: ""
# notify_when: "failure"
notify_when: "failure"
env:
# testing
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_RELEASE_CHANNEL }}

0 comments on commit b7fdf5b

Please sign in to comment.