-
Notifications
You must be signed in to change notification settings - Fork 66.7k
Document workflow_run behaviour when workflow name contains special characters #12572
Copy link
Copy link
Closed
Closed
Copy link
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 teamfix-internallyTriggers a workflow to copy the issue internally and close the current issueTriggers a workflow to copy the issue internally and close the current issuetriageDo not begin working on this issue until triaged by the teamDo not begin working on this issue until triaged by the teamwaiting for reviewIssue/PR is waiting for a writer's reviewIssue/PR is waiting for a writer's review
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 teamfix-internallyTriggers a workflow to copy the issue internally and close the current issueTriggers a workflow to copy the issue internally and close the current issuetriageDo not begin working on this issue until triaged by the teamDo not begin working on this issue until triaged by the teamwaiting for reviewIssue/PR is waiting for a writer's reviewIssue/PR is waiting for a writer's review
Type
Fields
Give feedbackNo fields configured for issues without a type.
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#workflow_run
What changes are you suggesting?
[possible bug]
workflows triggered by
workflow_rundo not work if the workflow name contains characters like[ ]for example:
this parent workflow should trigger the child workflow
but it doesn't trigger the child workflow,
removing
[foo]from the workflow name makes it workAdditional information
No response