Skip to content

Commit

Permalink
Merge pull request #337 from openedx/juliasq/remove_ci_failure_opsgen…
Browse files Browse the repository at this point in the history
…ie_alert_2

Remove email notification after CI failure
  • Loading branch information
Julia Eskew authored Apr 5, 2022
2 parents 336579b + 67a306c commit 671d98c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,3 @@ jobs:

- name: Run Coverage
uses: codecov/codecov-action@v2

- name: Send failure notification
if: ${{ failure() }}
uses: dawidd6/action-send-mail@v3
with:
server_address: email-smtp.us-east-1.amazonaws.com
server_port: 465
username: ${{secrets.EDX_SMTP_USERNAME}}
password: ${{secrets.EDX_SMTP_PASSWORD}}
subject: CI workflow failed in ${{github.repository}}
to: teaching-and-learning@edx.opsgenie.net
from: github-actions <github-actions@edx.org>
body: CI workflow in ${{github.repository}} failed! For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"

0 comments on commit 671d98c

Please sign in to comment.