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:
OpenShift Merge Robot
2022-11-24 10:41:06 -05:00
committed by GitHub

View File

@ -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