Skip to content

Commit 67c14c6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_produce-data.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66
workflow_run:
77
workflows:
8-
- "All post-commit tests"
8+
- "\[post-commit\] all \- Static checks\, linters etc."
99
types:
1010
- completed
1111

0 commit comments

Comments
 (0)