Skip to content

Commit 4192c84

Browse files
committed
perf(ci): add build cancel concurrency
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
1 parent ac73154 commit 4192c84

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/sphinxbuild.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
permissions:
1111
contents: read
1212

13+
concurrency:
14+
group: build-documentation-${{ github.head_ref || github.run_id }}
15+
cancel-in-progress: true
16+
1317
jobs:
1418
build:
1519

0 commit comments

Comments
 (0)