Open subskribe-kevin opened 1 year ago
Is there a reason you're force fetching origin?
In our CI config this cause it to time out.
If you set the branch to an ancestor of the current branch (HEAD for example) it doesn't need to fetch origin.
Is there a solution? Seems like there's two fetches happening since the GitHub workflow example does another fetch as a step.
Is there a reason you're force fetching origin?
In our CI config this cause it to time out.
If you set the branch to an ancestor of the current branch (HEAD for example) it doesn't need to fetch origin.