-
Notifications
You must be signed in to change notification settings - Fork 65.5k
Update events-that-trigger-workflows.md #13559
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
Conversation
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
Automatically generated comment ℹ️This comment is automatically generated and will be overwritten every time changes are committed to this branch. The table contains an overview of files in the Content directory changesYou may find it useful to copy this table into the pull request summary. There you can edit it to share links to important articles or changes and to give a high-level overview of how the changes in your pull request support the overall goals of the pull request.
|
This comment has been minimized.
This comment has been minimized.
|
@chrisjsimpson |
| {% note %} | ||
|
|
||
| **Note:** This manual event can only run a workflow if the workflow file is on the default branch. | ||
|
|
||
| {% endnote %} |
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.
We have a "reusable" for this text so that we can keep it consistent across all the different events.
| {% note %} | |
| **Note:** This manual event can only run a workflow if the workflow file is on the default branch. | |
| {% endnote %} | |
| {% data reusables.github-actions.branch-requirement %} |
ethomson
left a comment
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.
Thanks for calling this out, @chrisjsimpson - I've suggested a minor change for consistency.
|
A stale label has been added to this pull request because it has been open 7 days with no activity. To keep this PR open, add a comment or push a commit within 3 days. |
Why:
Remarkably easy to miss that
workflow_dispatchis only for the default branch. The warning is already present forrepository_dispatchbut not forworkflow_dispatch.What's being changed:
Check off the following:
Writer impact (This section is for GitHub staff members only):