Skip to content

Commit d744925

Browse files
committed
#9319: Add escape characters to ensure workflow name is parsed correctly according to github/docs#12572
1 parent a3c0d04 commit d744925

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/_produce-data.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on:
44
workflow_call:
55
workflow_dispatch:
66
workflow_run:
7-
workflows:
8-
- "All post-commit tests"
7+
workflows: [All post-commit tests, \[post-commit\] all - Static checks, linters etc.]
98
types:
109
- completed
1110

0 commit comments

Comments
 (0)