]> OCCT Git - occt.git/commitdiff
Testing - Fix skipped daily IR on macOS (#628)
authorPasukhin Dmitry <dpasukhi@opencascade.com>
Sat, 19 Jul 2025 10:32:13 +0000 (11:32 +0100)
committerGitHub <noreply@github.com>
Sat, 19 Jul 2025 10:32:13 +0000 (11:32 +0100)
Fix macOS job condition in daily vcpkg configuration workflow

.github/workflows/daily-ir-vcpkg-configure.yml

index a79399ec7aedc32119b2f0d4a8ecad2c9ca9e35e..3642c31b195d00ca31888c8698c10f221a192628 100644 (file)
@@ -37,7 +37,7 @@ jobs:
   configure-macos:
     name: Configure OCCT on macOS with Clang
     runs-on: macos-15
-    if: github.ref == 'refs/heads/IR' && github.repository == 'Open-Cascade-SAS/OCCT'
+    if: github.repository == 'Open-Cascade-SAS/OCCT'
 
     steps:
     - name: Checkout repository