mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-19 17:32:38 +01:00
fix concurrency so runs don't cancel [skip ci]
This commit is contained in:
parent
a7088ce387
commit
ad77a438f8
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 New Issue
Block a user