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
Unlike actions/checkout@v1, the actions/checkout@v2 action doesn't fetch the PR base branch. In order to determine the memory usage change, compile-examples must checkout the PR base branch. For this reason, before this change the compile-examples action with the deltas report feature enabled didn't work with a simple usage of actions/checkout@v2.
0 commit comments