Skip to content

Commit 878b3f0

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/_produce-data.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
workflow_run:
77
workflows:
88
- "All post-commit tests"
9+
- "\[post-commit\] all - Static checks, linters etc."
910
types:
1011
- completed
1112

0 commit comments

Comments
 (0)