Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: use pull_request closed event for selective vrt runs
This refines our vrt action to attempt to skip the workflow when it encounters a dependabot or changeset release PR. It uses the GH `pull_request: closed` event type to listen for PRs merging into selected branches (`main`, `spectrum_two`, `s2-foundations-redux`), then checks against the `head_ref` variable to see if it starts with a certain name. If the `head_ref` starts with a flagged name, it skips the rest of the workflow.
- Loading branch information