We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3463d16 commit 8429a79Copy full SHA for 8429a79
.github/workflows/daily_stable_testing.yml
@@ -46,8 +46,7 @@ jobs:
46
if: "always() && steps.webdev_pub_upgrade.conclusion == 'success'"
47
working-directory: webdev
48
- name: "Notify failure"
49
- # TODO(elliette): Uncomment after determining that notifications are working.
50
- # if: "always() && steps.webdev_stable_tests.conclusion == 'failure'"
+ if: "always() && steps.webdev_stable_tests.conclusion == 'failure'"
51
run: |
52
curl -H "Content-Type: application/json" -X POST -d \
53
"{'text':'Daily stable tests failed! ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}'}" \
0 commit comments