diff --git a/.github/workflows/bazel.yaml b/.github/workflows/bazel.yaml index e47ef67..dad7831 100644 --- a/.github/workflows/bazel.yaml +++ b/.github/workflows/bazel.yaml @@ -85,7 +85,7 @@ jobs: - id: macos run: echo "os=macos-latest" >> $GITHUB_OUTPUT # Only run on main branch (or PR branches that contain 'macos') to minimize macOS minutes (billed at 10X) - if: github.ref == 'refs/heads/main' || contains(github.head_ref, 'macos') + # if: github.ref == 'refs/heads/main' || contains(github.head_ref, 'macos') outputs: # Will look like ["ubuntu-latest", "windows-latest", "macos-latest"] os: ${{ toJSON(steps.*.outputs.os) }}