Don't block for any postsubmit runs on release branches (#2736)
Currently, Bazel postsubmit pipelines are completely blocked (except for
a few runs that I manually unblocked;
https://buildkite.com/bazel/bazel-bazel/builds?branch=release-8.8.0)
because they have config file changes compared to the "default branch",
which is master.
This PR makes it so that runs on release branches are never blocked. PR
branches whose base branch are release branches are unaffected (they
would still be blocked).
1 file changed