You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments