mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-12 09:51:00 +00:00
fix(automation): unify README sync concurrency group to prevent race conditions
This commit is contained in:
4
.github/workflows/05.1.readme_sync.yml
vendored
4
.github/workflows/05.1.readme_sync.yml
vendored
@@ -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