mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-08-25 07:57:25 +00:00
fix(automation): unify README sync concurrency group to prevent race conditions
This commit is contained in:
@@ -12,8 +12,8 @@ permissions:
|
||||
contents: write
|
||||
|
||||
concurrency:
|
||||
group: readme-sync-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
group: v2-pipeline-${{ github.ref }}
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
sync-readme:
|
||||
|
||||
Reference in New Issue
Block a user