diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ff45121441..60d41c76c4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -94,7 +94,7 @@ jobs: ${{ github.workspace }}/tests/native/CreateVM.out build_container_jnet: - needs: [check_changes, build_macos_native] + needs: check_changes if: "always() && needs.check_changes.outputs.run_build_windows == 'true'" runs-on: ubuntu-latest permissions: @@ -183,7 +183,7 @@ jobs: # Now run "build_windows" build_windows: - needs: [check_changes, build_macos_native] + needs: check_changes if: "always() && needs.check_changes.outputs.run_build_windows == 'true'" # The type of runner that the job will run on runs-on: windows-2022