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
There exists a PR on a random fork, which fills in `CI_PULL_REQUEST`,
which we don't want to use as merge target when building `master`.
Instead, check `CIRCLE_PR_NUMBER`, which is set only on forked PRs.
Also, check branch name (which is current, not the _target_) to be
certain.
0 commit comments