Skip to content

Commit bbd8b4b

Browse files
author
Julia Eskew
authored
Merge pull request #316 from openedx/juliasq/remove_ci_failure_opsgenie_alert
fix: Send CI failures to tnl-squad instead of OpsGenie
2 parents a91da99 + 996d788 commit bbd8b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
username: ${{secrets.EDX_SMTP_USERNAME}}
5252
password: ${{secrets.EDX_SMTP_PASSWORD}}
5353
subject: CI workflow failed in ${{github.repository}}
54-
to: teaching-and-learning@edx.opsgenie.net
54+
to: tnl-squad@edx.org
5555
from: github-actions <github-actions@edx.org>
5656
body: CI workflow in ${{github.repository}} failed! For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"

0 commit comments

Comments
 (0)