Skip to content

Commit

Permalink
Only notify chatroom when daily stable testing fails (#2259)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette authored Oct 20, 2023
1 parent 3463d16 commit 8429a79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/daily_stable_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
if: "always() && steps.webdev_pub_upgrade.conclusion == 'success'"
working-directory: webdev
- name: "Notify failure"
# TODO(elliette): Uncomment after determining that notifications are working.
# if: "always() && steps.webdev_stable_tests.conclusion == 'failure'"
if: "always() && steps.webdev_stable_tests.conclusion == 'failure'"
run: |
curl -H "Content-Type: application/json" -X POST -d \
"{'text':'Daily stable tests failed! ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}'}" \
Expand Down

0 comments on commit 8429a79

Please sign in to comment.