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
commit fd142ef5f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

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