We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30390d7 commit df6771cCopy full SHA for df6771c
.github/workflows/docs_build.yaml
@@ -7,6 +7,9 @@ on:
7
8
jobs:
9
build-docs:
10
+ concurrency:
11
+ group: docs-build-${{ github.ref }}
12
+ cancel-in-progress: true
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout
0 commit comments