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
When we push to any of the deploy branches (e.g., deploy/hackbot-ui), it triggers new CI runs on the same commit, which wastes resources. We could either exclude branches starting with deploy/, or only run on push for master.
When we push to any of the deploy branches (e.g.,
deploy/hackbot-ui), it triggers new CI runs on the same commit, which wastes resources. We could either exclude branches starting withdeploy/, or only run on push formaster.