Skip to content

Commit

Permalink
Remove concurrency (reverting #527)
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Nov 26, 2024
1 parent b16a69a commit 9f3a64d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
- synchronize
- closed

concurrency:
group: docs

jobs:
build-and-preview:
if: github.event.action == 'opened' || github.event.action == 'synchronize'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
- backport-v0.*
workflow_dispatch: # manual trigger for testing

concurrency:
group: docs
cancel-in-progress: true

permissions:
contents: write

Expand Down

0 comments on commit 9f3a64d

Please sign in to comment.