Skip to content

Commit 8429a79

Browse files
authored
Only notify chatroom when daily stable testing fails (#2259)
1 parent 3463d16 commit 8429a79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/daily_stable_testing.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ jobs:
4646
if: "always() && steps.webdev_pub_upgrade.conclusion == 'success'"
4747
working-directory: webdev
4848
- name: "Notify failure"
49-
# TODO(elliette): Uncomment after determining that notifications are working.
50-
# if: "always() && steps.webdev_stable_tests.conclusion == 'failure'"
49+
if: "always() && steps.webdev_stable_tests.conclusion == 'failure'"
5150
run: |
5251
curl -H "Content-Type: application/json" -X POST -d \
5352
"{'text':'Daily stable tests failed! ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}'}" \

0 commit comments

Comments
 (0)