Skip to content
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

We can now reference reusable workflows with local syntax #29

Open
briantist opened this issue Feb 10, 2022 · 0 comments
Open

We can now reference reusable workflows with local syntax #29

briantist opened this issue Feb 10, 2022 · 0 comments

Comments

@briantist
Copy link
Collaborator

What does this mean?

It means we have a way to run tests against changes to shared workflows, by referencing them as "local":
https://github.blog/changelog/2022-01-25-github-actions-reusable-workflows-can-be-referenced-locally/

Basically, just like we do for the actions, we can create workflows in the repo that reference the shared workflows, to run tests against PRs and pushes to the workflows.

What this does not mean

This doesn't solve #4 , because there is still no way to load an action locally from the same repo as a shared workflow, as far as I can tell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant