mirror of
https://github.com/Radarr/Radarr
synced 2024-12-23 08:22:39 +00:00
fix concurrency so runs don't cancel [skip ci]
This commit is contained in:
parent
a7088ce387
commit
ad77a438f8
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:
|
types:
|
||||||
[opened, edited, deleted, closed, reopened, labeled, unlabeled, assigned]
|
[opened, edited, deleted, closed, reopened, labeled, unlabeled, assigned]
|
||||||
|
|
||||||
concurrency: azuresync
|
concurrency: azuresync-${{ github.event.issue.number }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
alert:
|
alert:
|
||||||
|
|
Loading…
Reference in a new issue