Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit when release artifacts are built on forks: pt. 2 (#32494)
* Limit when release artifacts are built on forks. Previously in #32114, adjustments were made to GHA workflow files to limit when workflows ran on forked repositories. But this missed the second job in the workflow that builds the release artifact. Because it was set to always run even though the previous job is required, it has continued to run on forks. * Ensure the artifact is built always, even when the preceding job does not run.
- Loading branch information