Skip to content

Commit 2a85133

Browse files
committed
Update ci.yml
1 parent af60b61 commit 2a85133

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
name: CI
2+
3+
concurrency:
4+
group: build-${{ github.event.pull_request.number || github.ref }}-${{ github.workflow }}
5+
cancel-in-progress: true
6+
27
on:
3-
create:
4-
tags:
58
push:
69
branches:
710
- master
811
paths-ignore:
9-
- 'LICENSE.md'
12+
- 'LICENSE'
1013
- 'README.md'
1114
- '.github/workflows/TagBot.yml'
1215
pull_request:
1316
paths-ignore:
14-
- 'LICENSE.md'
17+
- 'LICENSE'
1518
- 'README.md'
1619
- '.github/workflows/TagBot.yml'
1720

18-
concurrency:
19-
group: build-${{ github.event.pull_request.number || github.ref }}-${{ github.workflow }}
20-
cancel-in-progress: true
21-
2221
jobs:
2322
pre_job:
2423
# continue-on-error: true # Uncomment once integration is finished
@@ -67,3 +66,4 @@ jobs:
6766
- uses: codecov/codecov-action@v3
6867
with:
6968
file: lcov.info
69+

0 commit comments

Comments
 (0)