|
80 | 80 | name: Build wheels on Linux |
81 | 81 | runs-on: ubuntu-latest |
82 | 82 | if: | |
83 | | - github.event_name != 'schedule' || |
84 | | - github.repository == 'AcademySoftwareFoundation/OpenImageIO' |
| 83 | + 0 && github.event_name != 'schedule' || |
| 84 | + 0 && github.repository == 'AcademySoftwareFoundation/OpenImageIO' |
85 | 85 | strategy: |
86 | 86 | matrix: |
87 | 87 | include: |
@@ -176,8 +176,8 @@ jobs: |
176 | 176 | name: Build wheels on Linux ARM |
177 | 177 | runs-on: ubuntu-24.04-arm |
178 | 178 | if: | |
179 | | - github.event_name != 'schedule' || |
180 | | - github.repository == 'AcademySoftwareFoundation/OpenImageIO' |
| 179 | + 0 && github.event_name != 'schedule' || |
| 180 | + 0 && github.repository == 'AcademySoftwareFoundation/OpenImageIO' |
181 | 181 | strategy: |
182 | 182 | matrix: |
183 | 183 | include: |
@@ -308,8 +308,8 @@ jobs: |
308 | 308 | name: Build wheels on macOS ARM |
309 | 309 | runs-on: macos-14 |
310 | 310 | if: | |
311 | | - github.event_name != 'schedule' || |
312 | | - github.repository == 'AcademySoftwareFoundation/OpenImageIO' |
| 311 | + 0 && github.event_name != 'schedule' || |
| 312 | + 0 && github.repository == 'AcademySoftwareFoundation/OpenImageIO' |
313 | 313 | strategy: |
314 | 314 | matrix: |
315 | 315 | include: |
@@ -362,8 +362,8 @@ jobs: |
362 | 362 | name: Build wheels on Windows |
363 | 363 | runs-on: windows-2022 |
364 | 364 | if: | |
365 | | - github.event_name != 'schedule' || |
366 | | - github.repository == 'AcademySoftwareFoundation/OpenImageIO' |
| 365 | + 0 && github.event_name != 'schedule' || |
| 366 | + 0 && github.repository == 'AcademySoftwareFoundation/OpenImageIO' |
367 | 367 | strategy: |
368 | 368 | matrix: |
369 | 369 | include: |
|
0 commit comments