diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c52c755..19a0da1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -78,7 +78,7 @@ jobs: needs: - changes - timestamp - if: ${{ needs.changes.outputs.pygomx == 'true' }} + if: ${{ needs.changes.outputs.pygomx == 'needsbuildfix' }} runs-on: ${{ matrix.os }} continue-on-error: true strategy: @@ -152,8 +152,8 @@ jobs: needs: - changes - pygomx-wheel-mac - - pygomx-wheel-win - pygomx-wheel-linux + #- pygomx-wheel-win if: ${{ needs.changes.outputs.pygomx == 'true' }} runs-on: ubuntu-latest environment: