Skip to content

Commit da3c88b

Browse files
committed
Add concurrency group to docfx.yml to prevent overlapping Pages deployments
Fixes #1991
1 parent 423c763 commit da3c88b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/docfx.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- main
77
workflow_dispatch:
88

9+
concurrency:
10+
group: "pages"
11+
cancel-in-progress: false
12+
913
jobs:
1014
build:
1115

0 commit comments

Comments
 (0)