ci: rotate cancelled docs queue

This commit is contained in:
Peter Steinberger
2026-04-22 20:51:46 +01:00
parent ccc99d85bf
commit f9cbaae19e
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ permissions:
contents: read
concurrency:
group: ${{ github.event_name == 'pull_request' && format('{0}-v4-{1}', github.workflow, github.event.pull_request.number) || (github.repository == 'openclaw/openclaw' && format('{0}-v4-{1}', github.workflow, github.ref) || format('{0}-v4-{1}-{2}', github.workflow, github.ref, github.sha)) }}
group: ${{ github.event_name == 'pull_request' && format('{0}-v5-{1}', github.workflow, github.event.pull_request.number) || (github.repository == 'openclaw/openclaw' && format('{0}-v5-{1}', github.workflow, github.ref) || format('{0}-v5-{1}-{2}', github.workflow, github.ref, github.sha)) }}
cancel-in-progress: true
env: