-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[skip-ci] GHA: Fix cirrus re-run workflow for other repos. #16573
[skip-ci] GHA: Fix cirrus re-run workflow for other repos. #16573
Conversation
The checkout action by default, clones the current repository. However, since this workflow is re-used by other repos, and it calls scripts in the podman repo, those calls will all fail. Fix this by hard-coding the podman repo. Ref: https://github.com/actions/checkout Signed-off-by: Chris Evich <[email protected]>
Example of the error this will fix: https://github.com/containers/buildah/actions/runs/3515841465/jobs/5891615031 |
@containers/podman-maintainers PTAL - this fixes a problem affecting our cirrus-cron monitoring jobs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/lgtm
/hold
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cevich, lsm5 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel |
The checkout action by default, clones the current repository. However, since this workflow is re-used by other repos, and it calls scripts in the podman repo, those calls will all fail. Fix this by hard-coding the podman repo.
Ref: https://github.com/actions/checkout
Signed-off-by: Chris Evich [email protected]
Does this PR introduce a user-facing change?