diff options
author | Chris Evich <cevich@redhat.com> | 2021-02-08 12:02:29 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2021-02-08 12:11:16 -0500 |
commit | 6c75419a8fab23bb5bdbb3a94b3ce43ac5593f17 (patch) | |
tree | 43fceca814d2745627bfe156748924bb183442da /.github | |
parent | 2bf13219f587d769400f26aeaed05930c34ce3d7 (diff) | |
download | podman-6c75419a8fab23bb5bdbb3a94b3ce43ac5593f17.tar.gz podman-6c75419a8fab23bb5bdbb3a94b3ce43ac5593f17.tar.bz2 podman-6c75419a8fab23bb5bdbb3a94b3ce43ac5593f17.zip |
Cirrus: Send cirrus-cron report e-mail to list.
This mailing-list was established to allow people to sub/unsub from
automated notifications. Add it to the list of destinations picked up
by the Github Actions workflow
`.github/workflows/check_cirrus_cron.yml`.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/check_cirrus_cron.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/check_cirrus_cron.yml b/.github/workflows/check_cirrus_cron.yml index 86f8c26dc..d869576fd 100644 --- a/.github/workflows/check_cirrus_cron.yml +++ b/.github/workflows/check_cirrus_cron.yml @@ -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 |