From: Pasukhin Dmitry Date: Thu, 15 May 2025 14:20:27 +0000 (+0100) Subject: Testing - IR integration enable concurrency (#531) X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=e82126db693e8d54f04a5a28cd614da0f56b2eb6;p=occt.git Testing - IR integration enable concurrency (#531) Fix concurrency cancel-in-progress condition in CI workflow for IR branch --- 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: