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
[Github] Force changed files step to use GH API for code formatting
This patch forces the code formatting action to use the GH API to get
changed files rather than looking through the git history. This should
save about 10m per job (most of the current runtime) due to the
avoidance of expensive partial clone operations.
0 commit comments