Skip to content

Commit

Permalink
chore: add concurrency for doc and releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Bento007 committed Mar 27, 2024
1 parent 5b94d6e commit 9db6c30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main

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

jobs:
build:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ permissions:
contents: write
pull-requests: write

concurrency:
group: release-please
cancel-in-progress: false

name: release-please
jobs:
release-please:
Expand Down

0 comments on commit 9db6c30

Please sign in to comment.