File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 6
6
push :
7
7
branches :
8
8
- master
9
+ concurrency :
10
+ # Skip intermediate builds: always.
11
+ # Cancel intermediate builds: only if it is a pull request build.
12
+ group : ${{ github.workflow }}-${{ github.ref }}
13
+ cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
9
14
jobs :
10
15
test :
11
16
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 4
4
branches : [master]
5
5
tags : [v*]
6
6
pull_request :
7
-
7
+ concurrency :
8
+ # Skip intermediate builds: always.
9
+ # Cancel intermediate builds: only if it is a pull request build.
10
+ group : ${{ github.workflow }}-${{ github.ref }}
11
+ cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
8
12
jobs :
9
13
test :
10
14
name : ${{ matrix.package.repo }}/${{ matrix.package.group }}/${{ matrix.julia-version }}
You can’t perform that action at this time.
0 commit comments