Skip to content

Commit 73765a5

Browse files
authored
try adding cancel workflow
1 parent 551ee1d commit 73765a5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/cancel.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Cancel
2+
on:
3+
workflow_run:
4+
workflows: ["PySDM"]
5+
types:
6+
- requested
7+
jobs:
8+
cancel:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: styfle/[email protected]
12+
with:
13+
workflow_id: ${{ github.event.workflow.id }}

0 commit comments

Comments
 (0)