mirror of
https://github.com/containers/podman.git
synced 2025-09-25 15:55:32 +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:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
# All scripts used by this workflow live in podman repo.
|
||||||
|
repository: "containers/podman"
|
||||||
|
ref: "main"
|
||||||
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