1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-13 14:27:08 +03:00

Testing - IR integration enable concurrency (#531)

Fix concurrency cancel-in-progress condition in CI workflow for IR branch
This commit is contained in:
Pasukhin Dmitry
2025-05-15 15:20:27 +01:00
committed by GitHub
parent 469da02ca6
commit e82126db69

View 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: