Skip to content

Commit

Permalink
Merge pull request #16573 from cevich/fix_rerun_gha_workflow
Browse files Browse the repository at this point in the history
[skip-ci] GHA: Fix cirrus re-run workflow for other repos.
  • Loading branch information
openshift-merge-robot committed Nov 24, 2022
2 parents 34cc61d + f5a43ee commit fd142ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rerun_cirrus_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd142ef

Please sign in to comment.