-
Notifications
You must be signed in to change notification settings - Fork 23
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
Support Depends-On #55
Conversation
8a31c25
to
175c695
Compare
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.
Okay, can you replace the checkout
step
Not with my fork, obviously, but can you update the existing workflows to switch to this instead of checkout? cf. Qalthos@8a31c25 |
The only workflow which can benefit from this action is |
But this can absolutely be used to depends-on a PR that fixes sanity tests, for example. It's a contrived situation, but https://github.com/ansible-collections/ansible.utils/pull/248/checks?check_run_id=12373927044 and https://github.com/ansible-collections/ansible.utils/pull/248/checks are runs of the same checks with and without depends-on where another PR is fixing the underlying issue. |
all workflows have been updated with |
This github action allows to override the version of a collection to checkout based on keyword
depends-on
from pull request titleExtracted from #45