chore(ci): Prevent race condition on build workflows (#2019)

This commit is contained in:
Rémi Marseault 2024-11-03 23:26:07 +01:00 committed by GitHub
parent 56d6124658
commit 4ebc0308f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,10 @@ on:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
setup-release:
name: Run Release Please action