mirror of
https://github.com/containers/podman.git
synced 2025-09-25 07:44:24 +08:00
Merge pull request #16573 from cevich/fix_rerun_gha_workflow
[skip-ci] GHA: Fix cirrus re-run workflow for other repos.
This commit is contained in:
3
.github/workflows/rerun_cirrus_cron.yml
vendored
3
.github/workflows/rerun_cirrus_cron.yml
vendored
@ -44,6 +44,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
# All scripts used by this workflow live in podman repo.
|
||||
repository: "containers/podman"
|
||||
ref: "main"
|
||||
persist-credentials: false
|
||||
|
||||
- name: Get failed cron names and Build IDs
|
||||
|
Reference in New Issue
Block a user