Replies: 2 comments
-
Hi @jenshor, I will need you to elaborate on it. So, your destination branch is |
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I added a codemagic workflow running on pull_request events.
My PR merges the
feat
branch into themain
branch.For some reason, it looks like the runner has the
main
branch active with the commits fromfeat
already merged into the branch. This is interfering with our tools.Is it possible to execute the runner and check out the
feat
($CM_BRANCH
) branch instead of themain
($CM_PULL_REQUEST_DEST
) branch?Beta Was this translation helpful? Give feedback.
All reactions