Skip to content

Commit c77755f

Browse files
authored
Remove webhook failure notify. (#4126)
1 parent 350a2b5 commit c77755f

File tree

2 files changed

+0
-87
lines changed

2 files changed

+0
-87
lines changed

.github/workflows/dart.yml

Lines changed: 0 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mono_repo.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,6 @@ self_validate: analyze_and_format
33

44
github:
55
cron: '0 0 * * 0' # “At 00:00 (UTC) on Sunday.”
6-
on_completion:
7-
- name: "Notify failure"
8-
runs-on: ubuntu-latest
9-
# Run only if other jobs have failed and this is a push or scheduled build.
10-
if: (github.event_name == 'push' || github.event_name == 'schedule') && failure()
11-
steps:
12-
- run: >
13-
curl -H "Content-Type: application/json" -X POST -d \
14-
"{'text':'Build failed! ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}'}" \
15-
"${CHAT_WEBHOOK_URL}"
16-
env:
17-
CHAT_WEBHOOK_URL: ${{ secrets.BUILD_AND_TEST_TEAM_CHAT_WEBHOOK_URL }}
186
stages:
197
- name: e2e_test_cron
208
# Only run this stage for scheduled cron jobs

0 commit comments

Comments
 (0)