Skip to content

Commit 57214ee

Browse files
authored
Merge pull request #780 from atmos-cloud-sim-uj/slayoo-patch-5
try adding cancel workflow
2 parents 551ee1d + 73765a5 commit 57214ee

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)