mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-17 15:52:04 +03:00
chore(ci): Prevent race condition on build workflows (#2019)
This commit is contained in:
parent
56d6124658
commit
4ebc0308f4
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build-release.yml
vendored
4
.github/workflows/build-release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue