-
Notifications
You must be signed in to change notification settings - Fork 63k
Closed
Labels
actionsThis issue or pull request should be reviewed by the docs actions teamThis issue or pull request should be reviewed by the docs actions teamcontentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content team
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
This event will only trigger a workflow run if the workflow file is on the default branch.
Note that this text is defined on 1 place ({% data reusables.actions.workflow-dispatch %}
) and used in several places.
It might be that it is correct in some use cases.
What part(s) of the article would you like to see updated?
it is possible to run WFs via workflow-dispatch
event on branches other than the default (thru the API, maybe not UI)
there are some ramifications though
- the WF must have run at least once, otherwise GH doesnt seem to know it's name
- i do this via
GH CLI
by also adding anon.push
while on a feature branch
see
- better document how to manually run a new temporary workflow cli/cli#5268
- https://stackoverflow.com/a/71057825/405749
Additional information
ramkumarugf360
Metadata
Metadata
Assignees
Labels
actionsThis issue or pull request should be reviewed by the docs actions teamThis issue or pull request should be reviewed by the docs actions teamcontentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content team