Skip to content

Commit ef763ef

Browse files
committed
Final final touches
1 parent d04e22d commit ef763ef

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ on:
99
- master
1010
tags: '*'
1111

12+
concurrency:
13+
# Skip intermediate builds: always.
14+
# Cancel intermediate builds: only if it is a pull request build.
15+
group: ${{ github.workflow }}-${{ github.ref }}
16+
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
17+
1218
jobs:
1319
test:
1420
name: ${{ matrix.suite }} - Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
@@ -118,4 +124,4 @@ jobs:
118124
- run: julia --project=docs docs/make.jl
119125
env:
120126
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
121-
# DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
127+
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)