1
0
mirror of https://github.com/containers/image.git synced 2025-04-18 19:44:05 +03:00

.github: remove cirrus rerun action

The linked action has been removed in podman [1] and such it will always
fail.

[1] 130bb21612

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger 2025-04-10 19:29:11 +02:00
parent 6116c415e6
commit 37150b42ad
No known key found for this signature in database
GPG Key ID: EB145DD938A3CAF2

View File

@ -1,19 +0,0 @@
---
# See also: https://github.com/containers/podman/blob/main/.github/workflows/rerun_cirrus_cron.yml
on:
# Note: This only applies to the default branch.
schedule:
# 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/6429752730058752
- cron: '01 01 * * 1-5'
# Debug: Allow triggering job manually in github-actions WebUI
workflow_dispatch: {}
jobs:
# Ref: https://docs.github.com/en/actions/using-workflows/reusing-workflows
call_cron_rerun:
uses: containers/podman/.github/workflows/rerun_cirrus_cron.yml@main
secrets: inherit