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
Skip duplicate actions when pushing in this repository
Currently when someone pushes a branch directly to pytest-localserver,
we get two copies of each Github action, one for the push and one for
the pull request. This change should skip the pull_request action for
branches pushed directly into pytest-localserver. It won't affect
branches coming from other people's forks.
0 commit comments