CI: concurrency group to avoid act_runner cache races on single runner.
CI / test (push) Failing after 26m53s
Deploy IFT (core) / deploy-ift-core (push) Failing after 24m58s

This commit is contained in:
2026-07-10 09:42:06 +03:00
parent 7a6551a37c
commit c7de4c5c49
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -5,6 +5,11 @@ on:
branches: [master, main]
pull_request:
# Один runner (DESKTOP-SIR8B3R): параллельные workflow ломают кэш act/actions.
concurrency:
group: eventhub-back-${{ github.ref }}
cancel-in-progress: false
jobs:
test:
runs-on: ubuntu-latest
+4
View File
@@ -5,6 +5,10 @@ on:
branches: [master, main]
workflow_dispatch:
concurrency:
group: eventhub-back-${{ github.ref }}
cancel-in-progress: false
env:
REGISTRY: git.sabilin.com/eventhub