Skip to content

Commit 4cbe7be

Browse files
authored
Merge pull request #3839 from github/henrymercer/workflow-run-triggers
Escape "+"s in `on.workflow_run.workflows`
2 parents 1dcdb94 + f6a5638 commit 4cbe7be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deflake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ on:
2727
- "PR Check - Bundle: From nightly"
2828
- "PR Check - Bundle: From toolcache"
2929
- "PR Check - Bundle: Zstandard checks"
30-
- "PR Check - C/C++: autoinstalling dependencies (Linux)"
31-
- "PR Check - C/C++: autoinstalling dependencies is skipped (macOS)"
32-
- "PR Check - C/C++: disabling autoinstalling dependencies (Linux)"
30+
- "PR Check - C/C\\+\\+: autoinstalling dependencies (Linux)"
31+
- "PR Check - C/C\\+\\+: autoinstalling dependencies is skipped (macOS)"
32+
- "PR Check - C/C\\+\\+: disabling autoinstalling dependencies (Linux)"
3333
- "PR Check - Clean up database cluster directory"
3434
- "PR Check - CodeQL Bundle All"
3535
- "PR Check - Config export"

0 commit comments

Comments
 (0)