Skip to content

Commit eeb0ec5

Browse files
authored
Update deploy_docs.yml
1 parent 997a575 commit eeb0ec5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ on:
44
push:
55
branches:
66
- "main"
7+
78
permissions:
89
contents: write
10+
11+
# This allows a subsequently queued workflow run to interrupt previous runs
12+
concurrency:
13+
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
14+
cancel-in-progress: true
15+
916
jobs:
1017
build_docs:
1118
runs-on: macos-latest

0 commit comments

Comments
 (0)