ci: disable macos-x86 wheels.#4886
Conversation
Temporary workaround to unblock publishing of other wheels for 3.1 release Signed-off-by: Zach Lewis <zachcanbereached@gmail.com>
51c36ed to
f96f7d7
Compare
| # if: | | ||
| # github.event_name != 'schedule' || | ||
| # github.repository == 'AcademySoftwareFoundation/OpenImageIO' |
There was a problem hiding this comment.
Just as an FYI, I think you could just change this to
| # if: | | |
| # github.event_name != 'schedule' || | |
| # github.repository == 'AcademySoftwareFoundation/OpenImageIO' | |
| if: | | |
| 0 && (github.event_name != 'schedule' || | |
| github.repository == 'AcademySoftwareFoundation/OpenImageIO)' |
and not need to comment out the whole thing. Or even only do it if the branch name is something special, so it would only run for you while you're continuing to test, but not for anyone else.
There was a problem hiding this comment.
ooohhh, smart...
Unless you feel otherwise, I think I'd rather leave it as-is, just to make it super apparent what was changed, and that I intend to change it back; but I'm happy to do whatever you feel is best.
There was a problem hiding this comment.
No problem, I will merge as-is.
There was a problem hiding this comment.
thanks for showing me this, btw -- I've been using this trick to quickly "solo" the macos-x86 wheels tasks to help me debug #4855
Temporary workaround to unblock publishing of other wheels for 3.1 release Signed-off-by: Zach Lewis <zachcanbereached@gmail.com>
Temporary workaround to unblock publishing of other wheels for 3.1 release Signed-off-by: Zach Lewis <zachcanbereached@gmail.com>
Temporary workaround to unblock publishing of other wheels for 3.1 release Signed-off-by: Zach Lewis <zachcanbereached@gmail.com>
Temporary workaround to unblock publishing of other wheels for 3.1 release Signed-off-by: Zach Lewis <zachcanbereached@gmail.com>
Temporary workaround to unblock publishing of other wheels for 3.1 release Signed-off-by: Zach Lewis <zachcanbereached@gmail.com>
Temporary workaround to unblock publishing of other wheels for 3.1 release Signed-off-by: Zach Lewis <zachcanbereached@gmail.com> Signed-off-by: Vlad (Kuzmin) Erium <libalias@gmail.com>
Temporary workaround to unblock publishing of other wheels for 3.1 release Signed-off-by: Zach Lewis <zachcanbereached@gmail.com> Signed-off-by: Vlad (Kuzmin) Erium <libalias@gmail.com> Signed-off-by: Vlad <shaamaan@gmail.com>
Temporary workaround to unblock publishing of other wheels for 3.1 release