From c6feed9849aa843ac0803aee4ca763cb968284e0 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Wed, 18 Jun 2025 10:26:50 +0300 Subject: [PATCH] ci: fix native_backend_ci.yml concurrency group setting (prevent jobs for different commits on master to cancel each other) --- .github/workflows/native_backend_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native_backend_ci.yml b/.github/workflows/native_backend_ci.yml index 41d98f6a3d..a32a5d2498 100644 --- a/.github/workflows/native_backend_ci.yml +++ b/.github/workflows/native_backend_ci.yml @@ -45,7 +45,7 @@ on: - '.github/workflows/native_backend_ci.yml' concurrency: - group: native_backend-${{ github.workflow }}-${{ github.ref}} + group: native_backend-${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.sha || github.ref }} cancel-in-progress: true jobs: