fix: add concurrency group to prevent parallel fork-sync races
This commit is contained in:
4
.github/workflows/fork-sync-skills.yml
vendored
4
.github/workflows/fork-sync-skills.yml
vendored
@@ -16,6 +16,10 @@ permissions:
|
||||
contents: write
|
||||
issues: write
|
||||
|
||||
concurrency:
|
||||
group: fork-sync
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
sync-and-merge:
|
||||
if: github.repository != 'qwibitai/nanoclaw'
|
||||
|
||||
Reference in New Issue
Block a user