We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac73154 commit 4192c84Copy full SHA for 4192c84
1 file changed
.github/workflows/sphinxbuild.yml
@@ -10,6 +10,10 @@ on:
10
permissions:
11
contents: read
12
13
+concurrency:
14
+ group: build-documentation-${{ github.head_ref || github.run_id }}
15
+ cancel-in-progress: true
16
+
17
jobs:
18
build:
19
0 commit comments