Skip to content

Commit

Permalink
Merge pull request #10849 from cevich/fix_cron_mail
Browse files Browse the repository at this point in the history
[CI:DOCS] Fix cirrus-cron failure notification GH workflow
  • Loading branch information
openshift-merge-robot authored Jul 12, 2021
2 parents 561ef85 + fe044d5 commit 4458d22
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/check_cirrus_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
name: check_cirrus_cron

on:
# Note: This only applies to the master branch.
# Note: This only applies to the main branch.
schedule:
# Assume cirrus cron jobs runs at least once per day
- cron: '59 23 * * *'
# N/B: This should correspond to a period slightly after
# the last job finishes running. See job defs. at:
# https://cirrus-ci.com/settings/repository/6707778565701632
- cron: '59 23 * * 1-5'
# Debug: Allow triggering job manually in github-actions WebUI
workflow_dispatch: {}

Expand All @@ -30,7 +32,6 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: master
persist-credentials: false

- name: Get failed cron names and Build IDs
Expand Down

0 comments on commit 4458d22

Please sign in to comment.