Skip to content

Commit 37a3110

Browse files
authored
cancel previous Build Documentation on the same PR (#967)
1 parent 8206290 commit 37a3110

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs_build.yaml

Lines changed: 3 additions & 0 deletions
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)