From c7de4c5c49f6ab4dc5132d41b46981f26c0a86af Mon Sep 17 00:00:00 2001 From: Aleksey Sabilin Date: Fri, 10 Jul 2026 09:42:06 +0300 Subject: [PATCH] CI: concurrency group to avoid act_runner cache races on single runner. --- .gitea/workflows/ci.yml | 5 +++++ .gitea/workflows/deploy-ift.yml | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8d0ea63..ec94345 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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 diff --git a/.gitea/workflows/deploy-ift.yml b/.gitea/workflows/deploy-ift.yml index db835e6..aac9ef8 100644 --- a/.gitea/workflows/deploy-ift.yml +++ b/.gitea/workflows/deploy-ift.yml @@ -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