Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't do extra builds on merge_group builds
* Adjust the condition for the `isPR` matrix key to be true, by checking the github event name: it's true if the event was pull_request or merge_group. * Adjust all other github.event_name conditions to use the matrix.isPR context key.
- Loading branch information