Skip to content

Commit 38c550c

Browse files
committed
Update CI.yml
1 parent 2c4f238 commit 38c550c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
branches:
88
- master
99
tags: '*'
10+
concurrency:
11+
# Skip intermediate builds: always.
12+
# Cancel intermediate builds: only if it is a pull request build.
13+
group: ${{ github.workflow }}-${{ github.ref }}
14+
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
1015
env:
1116
JULIA_NUM_THREADS: 2
1217
jobs:
@@ -41,6 +46,7 @@ jobs:
4146
${{ runner.os }}-test-${{ env.cache-name }}-
4247
${{ runner.os }}-test-
4348
${{ runner.os }}-
49+
- uses: julia-actions/cache@v2
4450
- uses: julia-actions/julia-buildpkg@v1
4551
- uses: julia-actions/julia-runtest@v1
4652
- uses: julia-actions/julia-processcoverage@v1

0 commit comments

Comments
 (0)