summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/check_cirrus_cron.yml2
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