mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 13:34:54 +00:00
Prevent sync jobs from running in parallel
[skip ci]
This commit is contained in:
parent
6c9808fe56
commit
9424a46cc7
1 changed files with 2 additions and 0 deletions
2
.github/workflows/azuresync.yml
vendored
2
.github/workflows/azuresync.yml
vendored
|
@ -5,6 +5,8 @@ on:
|
|||
types:
|
||||
[opened, edited, deleted, closed, reopened, labeled, unlabeled, assigned]
|
||||
|
||||
concurrency: azuresync
|
||||
|
||||
jobs:
|
||||
alert:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue