mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
fix concurrency so runs don't cancel [skip ci]
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user