From 74fb473301ee3d4a49c07c0fae5de8f8a654e5a8 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Wed, 22 Jun 2022 11:23:40 +0300 Subject: [PATCH] ci: use unique concurrency.group for native_backend_tests.yml --- .github/workflows/native_backend_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native_backend_tests.yml b/.github/workflows/native_backend_tests.yml index d10c378060..8a3ba3d892 100644 --- a/.github/workflows/native_backend_tests.yml +++ b/.github/workflows/native_backend_tests.yml @@ -9,7 +9,7 @@ on: - "**.md" concurrency: - group: build-ci-${{ github.event.pull_request.number || github.sha }} + group: native-backend-ci-${{ github.event.pull_request.number || github.sha }} cancel-in-progress: true jobs: