File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
+
3
+ concurrency :
4
+ group : build-${{ github.event.pull_request.number || github.ref }}-${{ github.workflow }}
5
+ cancel-in-progress : true
6
+
2
7
on :
3
- create :
4
- tags :
5
8
push :
6
9
branches :
7
10
- master
8
11
paths-ignore :
9
- - ' LICENSE.md '
12
+ - ' LICENSE'
10
13
- ' README.md'
11
14
- ' .github/workflows/TagBot.yml'
12
15
pull_request :
13
16
paths-ignore :
14
- - ' LICENSE.md '
17
+ - ' LICENSE'
15
18
- ' README.md'
16
19
- ' .github/workflows/TagBot.yml'
17
20
18
- concurrency :
19
- group : build-${{ github.event.pull_request.number || github.ref }}-${{ github.workflow }}
20
- cancel-in-progress : true
21
-
22
21
jobs :
23
22
pre_job :
24
23
# continue-on-error: true # Uncomment once integration is finished
67
66
- uses : codecov/codecov-action@v3
68
67
with :
69
68
file : lcov.info
69
+
You can’t perform that action at this time.
0 commit comments