File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 77 pull_request :
88 release :
99
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/') }}
15+
1016# Note: ideally we'd have one job for running the tests and another for building
1117# documentation, but running CI of this package is a bit expensive, the easiest
1218# thing to do is to run everything together in a single job.
1319jobs :
1420 CI :
1521 runs-on : ubuntu-latest
1622 container : ${{ matrix.docker_image }}
23+ timeout-minutes : 60
1724 strategy :
1825 fail-fast : false
1926 matrix :
5562 cache-packages : " true"
5663 cache-compiled : " true"
5764 - uses : julia-actions/julia-buildpkg@v1
65+ timeout-minutes : 30
5866 env :
5967 CXX : g++
6068 - uses : julia-actions/julia-docdeploy@v1
You can’t perform that action at this time.
0 commit comments