Merge pull request #9268 from cevich/podman_monitor
[CI:DOCS] Cirrus: Send cirrus-cron report e-mail to list.
This commit is contained in:
commit
4d604c1089
|
@ -6,6 +6,7 @@
|
|||
name: check_cirrus_cron
|
||||
|
||||
on:
|
||||
# Note: This only applies to the master branch.
|
||||
schedule:
|
||||
# Assume cirrus cron jobs runs at least once per day
|
||||
- cron: '59 23 * * *'
|
||||
|
@ -54,6 +55,7 @@ jobs:
|
|||
echo "# Source: ${{ github.workflow }} workflow on ${{ github.repository }}."
|
||||
# Separate content from sendgrid.com automatic footer.
|
||||
echo ""
|
||||
echo ""
|
||||
) > ./artifacts/email_body.txt
|
||||
|
||||
- if: steps.cron.outputs.failures > 0
|
||||
|
|
|
@ -1 +1 @@
|
|||
rh.container.bot@gmail.com
|
||||
rh.container.bot@gmail.com,podman-monitor@lists.podman.io
|
||||
|
|
|
Loading…
Reference in New Issue