Skip to content

Commit 0bd249f

Browse files
committed
concurrency
1 parent f868a99 commit 0bd249f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ on:
66
pull_request:
77
workflow_dispatch:
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
docdeploy:
1115
runs-on: ubuntu-latest
1216
steps:
13-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1418
- uses: julia-actions/julia-buildpkg@latest
1519
- uses: julia-actions/julia-docdeploy@latest
1620
env:

0 commit comments

Comments
 (0)