We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997a575 commit eeb0ec5Copy full SHA for eeb0ec5
.github/workflows/deploy_docs.yml
@@ -4,8 +4,15 @@ on:
4
push:
5
branches:
6
- "main"
7
+
8
permissions:
9
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
16
jobs:
17
build_docs:
18
runs-on: macos-latest
0 commit comments