Skip to content

Commit 286d7cd

Browse files
committed
better 'other job' cancelling in CI
1 parent 2a2f7fe commit 286d7cd

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
on:
2-
push:
3-
branches:
4-
- main
5-
tags-ignore:
6-
- '**' # don't build main if it's tagged
7-
push:
8-
tags:
9-
- '**' # build on tags, seperately
10-
2+
push
3+
114
concurrency:
125
group: ${{ github.workflow }}-${{ github.ref }}
136
cancel-in-progress: true

0 commit comments

Comments
 (0)