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
[Github] Make litmus-tests workflow only run for push events on main (#504)
Without this change the workflow will run twice on stacked PRs as there
is a push event to the repo and a pull_request event. Not a big deal,
but a slight annoyance that is an easy fix.
0 commit comments