Skip to content

Commit b2a3ff9

Browse files
authored
Update FixVitepressLinks.yml
1 parent cfd085d commit b2a3ff9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/FixVitepressLinks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ permissions:
1212
pages: write
1313
id-token: write
1414

15+
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
16+
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
17+
concurrency:
18+
group: pages
19+
cancel-in-progress: false
20+
1521
jobs:
1622
# Build job
1723
build:

0 commit comments

Comments
 (0)