We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97daa89 commit d4ec791Copy full SHA for d4ec791
1 file changed
.github/workflows/doc.yaml
@@ -2,6 +2,10 @@
2
3
name: Documentation
4
5
+concurrency:
6
+ group: ${{ github.workflow }}-${{ github.ref }}
7
+ cancel-in-progress: true
8
+
9
# Controls when the action will run. Triggers the workflow on push or pull request
10
# events but only for the master branch
11
on:
0 commit comments