1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-06-10 11:34:06 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: