File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8181 runs-on : ubuntu-latest
8282 if : |
8383 github.event_name != 'schedule' ||
84- github.repository == 'AcademySoftwareFoundation/OpenImageIO'
84+ 0 && github.repository == 'AcademySoftwareFoundation/OpenImageIO'
8585 strategy :
8686 matrix :
8787 include :
@@ -177,7 +177,7 @@ jobs:
177177 runs-on : ubuntu-24.04-arm
178178 if : |
179179 github.event_name != 'schedule' ||
180- github.repository == 'AcademySoftwareFoundation/OpenImageIO'
180+ 0 && github.repository == 'AcademySoftwareFoundation/OpenImageIO'
181181 strategy :
182182 matrix :
183183 include :
@@ -309,7 +309,7 @@ jobs:
309309 runs-on : macos-14
310310 if : |
311311 github.event_name != 'schedule' ||
312- github.repository == 'AcademySoftwareFoundation/OpenImageIO'
312+ 0 && github.repository == 'AcademySoftwareFoundation/OpenImageIO'
313313 strategy :
314314 matrix :
315315 include :
@@ -363,7 +363,7 @@ jobs:
363363 runs-on : windows-2022
364364 if : |
365365 github.event_name != 'schedule' ||
366- github.repository == 'AcademySoftwareFoundation/OpenImageIO'
366+ 0 && github.repository == 'AcademySoftwareFoundation/OpenImageIO'
367367 strategy :
368368 matrix :
369369 include :
You can’t perform that action at this time.
0 commit comments