From e82126db693e8d54f04a5a28cd614da0f56b2eb6 Mon Sep 17 00:00:00 2001 From: Pasukhin Dmitry Date: Thu, 15 May 2025 15:20:27 +0100 Subject: [PATCH] Testing - IR integration enable concurrency (#531) Fix concurrency cancel-in-progress condition in CI workflow for IR branch --- .github/workflows/build-and-test-multiplatform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-multiplatform.yml b/.github/workflows/build-and-test-multiplatform.yml index cfa28c7bdd..51acbd0601 100644 --- a/.github/workflows/build-and-test-multiplatform.yml +++ b/.github/workflows/build-and-test-multiplatform.yml @@ -15,7 +15,7 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number }} - cancel-in-progress: true + cancel-in-progress: ${{ !(github.ref == 'refs/heads/IR' && github.repository == 'Open-Cascade-SAS/OCCT') }} jobs: clang-format: