Skip to content

Commit df6771c

Browse files
authored
cancel previous Build Documentation on the same PR
1 parent 30390d7 commit df6771c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs_build.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77

88
jobs:
99
build-docs:
10+
concurrency:
11+
group: docs-build-${{ github.ref }}
12+
cancel-in-progress: true
1013
runs-on: ubuntu-latest
1114
steps:
1215
- name: Checkout

0 commit comments

Comments
 (0)