mirror of
https://github.com/containers/podman.git
synced 2025-05-22 17:46:52 +08:00
Fix cirrus-cron failure notification GH workflow
The master->main rename broke this. Also update the runtime along with a comment w/ link to the actual job definitions. Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
9
.github/workflows/check_cirrus_cron.yml
vendored
9
.github/workflows/check_cirrus_cron.yml
vendored
@ -6,10 +6,12 @@
|
|||||||
name: check_cirrus_cron
|
name: check_cirrus_cron
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# Note: This only applies to the master branch.
|
# Note: This only applies to the main branch.
|
||||||
schedule:
|
schedule:
|
||||||
# Assume cirrus cron jobs runs at least once per day
|
# N/B: This should correspond to a period slightly after
|
||||||
- cron: '59 23 * * *'
|
# 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
|
# Debug: Allow triggering job manually in github-actions WebUI
|
||||||
workflow_dispatch: {}
|
workflow_dispatch: {}
|
||||||
|
|
||||||
@ -30,7 +32,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: master
|
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Get failed cron names and Build IDs
|
- name: Get failed cron names and Build IDs
|
||||||
|
Reference in New Issue
Block a user