diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-02-10 13:12:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-10 13:12:38 -0500 |
commit | 4d604c10897da33b7b3677631d219481cec11c7f (patch) | |
tree | 2137c94212a8e3782f5f03ede4a9d52fc2174bd6 | |
parent | 88ab83d4e04f2054713461c3f28d905b4c1c2ee2 (diff) | |
parent | 6c75419a8fab23bb5bdbb3a94b3ce43ac5593f17 (diff) | |
download | podman-4d604c10897da33b7b3677631d219481cec11c7f.tar.gz podman-4d604c10897da33b7b3677631d219481cec11c7f.tar.bz2 podman-4d604c10897da33b7b3677631d219481cec11c7f.zip |
Merge pull request #9268 from cevich/podman_monitor
[CI:DOCS] Cirrus: Send cirrus-cron report e-mail to list.
-rw-r--r-- | .github/workflows/check_cirrus_cron.yml | 2 | ||||
-rw-r--r-- | contrib/cirrus/cron-fail_addrs.csv | 2 |
2 files changed, 3 insertions, 1 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 diff --git a/contrib/cirrus/cron-fail_addrs.csv b/contrib/cirrus/cron-fail_addrs.csv index c25fc1226..276158163 100644 --- a/contrib/cirrus/cron-fail_addrs.csv +++ b/contrib/cirrus/cron-fail_addrs.csv @@ -1 +1 @@ -rh.container.bot@gmail.com +rh.container.bot@gmail.com,podman-monitor@lists.podman.io |