Skip to content

Commit

Permalink
Root-level concurrency group
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarber-akamai committed Sep 5, 2024
1 parent 140ff3c commit 8bb2b17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
types:
- published

concurrency:
group: "docs"
cancel-in-progress: false

jobs:
build:
name: Build
Expand Down Expand Up @@ -76,10 +80,6 @@ jobs:
runs-on: ubuntu-latest
needs:
- build
# Make sure we avoid a race condition =)
concurrency:
group: "docs-stage"
cancel-in-progress: false
permissions:
contents: write

Expand Down

0 comments on commit 8bb2b17

Please sign in to comment.