I set up a plan branch with a gatekeeper.
Build#1 has commits. The Build Failed.
Build #2 has no commits, but the build passed because "master" had a bug fix.
I'm expecting that Build #2 will result in a push to "master", but I get this message:
"Pushed: Not required"
How can I know why it isn't pushing?
"Smoke All Units" is the "master" plan in this case.