Skip to content

Commit 8bb2b17

Browse files
Root-level concurrency group
1 parent 140ff3c commit 8bb2b17

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
types:
1010
- published
1111

12+
concurrency:
13+
group: "docs"
14+
cancel-in-progress: false
15+
1216
jobs:
1317
build:
1418
name: Build
@@ -76,10 +80,6 @@ jobs:
7680
runs-on: ubuntu-latest
7781
needs:
7882
- build
79-
# Make sure we avoid a race condition =)
80-
concurrency:
81-
group: "docs-stage"
82-
cancel-in-progress: false
8383
permissions:
8484
contents: write
8585

0 commit comments

Comments
 (0)