File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 77 branches :
88 - main
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/') }}
1015env :
1116 JULIA_NUM_THREADS : 2
1217jobs :
2631 arch :
2732 - x64
2833 steps :
29- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v5
3035 - uses : julia-actions/setup-julia@v2
3136 with :
3237 version : ${{ matrix.version }}
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
You can’t perform that action at this time.
0 commit comments