Skip to content

Commit 63860e9

Browse files
committed
chore: removing send mail on failure gh action
This action frequently fails, and the current maintainers (@openedx/2u-aperture) don't require it, as we both monitor the success of the workflows and we have workflow failure email notifications enabled. After discussion with Axim, we are removing the action. It can always be added back (and potentially debugged) later if another maintainer would benefit from it. FIXES: APER-3814
1 parent 1474c4c commit 63860e9

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,3 @@ jobs:
4141
with:
4242
token: ${{ secrets.CODECOV_TOKEN }}
4343
fail_ci_if_error: true
44-
45-
- name: Send failure notification
46-
if: ${{ failure() }}
47-
uses: dawidd6/action-send-mail@v4
48-
with:
49-
server_address: email-smtp.us-east-1.amazonaws.com
50-
server_port: 465
51-
username: ${{ secrets.EDX_SMTP_USERNAME }}
52-
password: ${{ secrets.EDX_SMTP_PASSWORD }}
53-
subject: CI workflow failed in ${{github.repository}}
54-
55-
from: github-actions <[email protected]>
56-
nodemailerlog: true
57-
nodemailerdebug: true
58-
body: CI workflow in ${{github.repository}} failed!
59-
For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id
60-
}}"

0 commit comments

Comments
 (0)