File tree 2 files changed +9
-17
lines changed
2 files changed +9
-17
lines changed Original file line number Diff line number Diff line change 16
16
env :
17
17
TARPAULIN_VERSION : 0.19.1
18
18
19
+ concurrency :
20
+ group : ${{ github.workflow }}-${{ github.ref }}
21
+ cancel-in-progress : true
22
+
19
23
jobs :
20
24
test :
21
25
name : Coverage Report
22
26
runs-on : [self-hosted]
23
27
steps :
24
- - name : Cancel Previous Runs
25
- # Only cancel non-master branch runs
26
- if : ${{ github.ref != 'refs/heads/master' }}
27
-
28
- with :
29
- access_token : ${{ github.token }}
30
28
- name : Checkout repository
31
29
uses : actions/checkout@v3
32
30
with :
Original file line number Diff line number Diff line change 14
14
paths-ignore :
15
15
- ' **/README.md'
16
16
17
+ concurrency :
18
+ group : ${{ github.workflow }}-${{ github.ref }}
19
+ cancel-in-progress : true
20
+
17
21
jobs :
18
- cancel :
19
- runs-on : ubuntu-latest
20
- steps :
21
- - name : Cancel Previous Runs
22
- # Only cancel non-master branch runs
23
- if : ${{ github.ref != 'refs/heads/master' }}
24
-
25
- with :
26
- access_token : ${{ github.token }}
27
22
build :
28
23
runs-on : [self-hosted]
29
24
env :
30
- SCCACHE_CACHE_SIZE : " 50G"
31
- needs : cancel
25
+ SCCACHE_CACHE_SIZE : " 60G"
32
26
steps :
33
27
- uses : actions/checkout@v3
34
28
- name : Install toolchain
You can’t perform that action at this time.
0 commit comments