mirror of
https://github.com/Readarr/Readarr
synced 2025-12-26 18:22:32 +01:00
fix concurrency so runs don't cancel [skip ci]
This commit is contained in:
parent
33b4ed44de
commit
d6de4fc41f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/azuresync.yml
vendored
2
.github/workflows/azuresync.yml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
|||
types:
|
||||
[opened, edited, deleted, closed, reopened, labeled, unlabeled, assigned]
|
||||
|
||||
concurrency: azuresync
|
||||
concurrency: azuresync-${{ github.event.issue.number }}
|
||||
|
||||
jobs:
|
||||
alert:
|
||||
|
|
|
|||
Loading…
Reference in a new issue