Skip to content

Commit

Permalink
chore(release-please): Stop release-please workflows when a new one i…
Browse files Browse the repository at this point in the history
…s created
  • Loading branch information
qgerome committed Jun 25, 2024
1 parent 3b8cd5c commit 2e87701
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ permissions:

name: release-please

concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true

jobs:
release-please:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2e87701

Please sign in to comment.