eslint-plugin-diff icon indicating copy to clipboard operation
eslint-plugin-diff copied to clipboard

Fetching origin?

Open subskribe-kevin opened this issue 2 years ago • 1 comments

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.

subskribe-kevin avatar Dec 12 '22 17:12 subskribe-kevin

Is there a solution? Seems like there's two fetches happening since the GitHub workflow example does another fetch as a step.

ArcadeRenegade avatar Feb 23 '23 06:02 ArcadeRenegade