]> OCCT Git - occt.git/commitdiff
Testing - IR integration enable concurrency (#531)
authorPasukhin Dmitry <dpasukhi@opencascade.com>
Thu, 15 May 2025 14:20:27 +0000 (15:20 +0100)
committerGitHub <noreply@github.com>
Thu, 15 May 2025 14:20:27 +0000 (15:20 +0100)
Fix concurrency cancel-in-progress condition in CI workflow for IR branch

.github/workflows/build-and-test-multiplatform.yml

index cfa28c7bddd1b748f2a385fbc48d03164e0b90de..51acbd0601a52efd4fa60fbc7cc5b8a7a6a83d78 100644 (file)
@@ -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: