Skip to content

Commit 914b243

Browse files
committed
Don't cancel in-progress actions.
1 parent 1c8df9e commit 914b243

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/demos.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Demos checks
22

33
concurrency:
44
group: demos-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
5-
cancel-in-progress: true
65

76
on:
87
push:

.github/workflows/packages.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Packages check
22

33
concurrency:
44
group: packages-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
5-
cancel-in-progress: true
65

76
on:
87
push:

0 commit comments

Comments
 (0)