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
The current GitHub actions settings are doubling the CI work by running on the push and pull_request events. See here for an example. The runs on the left nav bar are identical.
One solution is to limit the push event to the master branch.
The current GitHub actions settings are doubling the CI work by running on the
pushandpull_requestevents. See here for an example. The runs on the left nav bar are identical.One solution is to limit the
pushevent to the master branch.