Preserve every push workflow run

This commit is contained in:
Vsevolod Kukol
2026-09-11 22:09:44 +02:00
parent 87f1f88e1d
commit 20471a62c7
+1 -1
View File
@@ -11,7 +11,7 @@ on:
- hotfix/**
- release/**
concurrency:
group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
permissions:
actions: read