Problem
- After merging a release PR, the release workflow is building macOS, but we do not need macOS builds for releases.
- After merging, the CI build-and-test workflow is running instead of (or in addition to) the release workflow. This is redundant and wastes GitHub Actions minutes.
Desired behavior
- Only build Linux and Windows in the release workflow (no macOS).
- After merging a release PR, only the release workflow should run, not CI build-and-test.
Steps to reproduce
- Merge a release PR to main
- Observe that macOS is built and CI build-and-test runs
Acceptance criteria
This will save costs and reduce redundant builds. See recent merges for examples.
Problem
Desired behavior
Steps to reproduce
Acceptance criteria
This will save costs and reduce redundant builds. See recent merges for examples.