Skip to content

Commit ec403bf

Browse files
authored
#9319: Add escape characters to ensure workflow name is parsed correctly (#9466)
* #9319: Add escape characters to ensure workflow name is parsed correctly according to github/docs#12572 * #9319: Add back all post-commit tests
1 parent d8e5ab2 commit ec403bf

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)