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
Simplify commit SHA checkout to avoid git fetch issues
- Use full history fetch for all runs to ensure commit availability
- Remove problematic git fetch command that treated SHA as ref
- Directly checkout commit SHA after full clone
- Prioritize reliability over shallow clone optimization
This should resolve the "couldn't find remote ref" error when testing
specific commits via workflow_dispatch.
Signed-off-by: [email protected]
0 commit comments