Skip to content

Commit ff3b7b0

Browse files
ci: Handle concurrency
1 parent a24a62b commit ff3b7b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Deploy Documentation
33
on:
44
workflow_call:
55

6+
concurrency:
7+
group: docs-deploy
8+
cancel-in-progress: true
9+
610
jobs:
711
docs-deploy:
812
name: Deploy

0 commit comments

Comments
 (0)