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
Make CI use edge for every commit into something/edge branch.
This should fix CI builds for additional commits into `edge` MR.
GitLab considers only the very first pipeline for MR as
"merge request pipelines". Any other commits doesn't have
"merge request pipelines" variables such as
`CI_MERGE_REQUEST_TARGET_BRANCH_NAME`, so CI uses master branch
for getting dependencies.
0 commit comments