Skip to content

Commit 2e948cd

Browse files
authored
Merge pull request #1187 from Altinity/dummy_contributor_workflow
update cancel workflow
2 parents 7b5ce3f + 4cffa06 commit 2e948cd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/cancel.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ env:
66

77
on: # yamllint disable-line rule:truthy
88
workflow_run:
9-
workflows: ["PR", "PullRequestCI", "ReleaseBranchCI", "MasterCI", "DocsCheck", "BackportPR"]
9+
workflows:
10+
- "PR"
11+
- "Community PR"
12+
- "PullRequestCI"
13+
- "ReleaseBranchCI"
14+
- "MasterCI"
15+
- "DocsCheck"
16+
- "BackportPR"
1017
types:
1118
- requested
1219
jobs:

0 commit comments

Comments
 (0)