Skip to content

ci: pin CUDA clone steps to ref: master#10

Merged
Phqen1x merged 1 commit into
lemonadefrom
fix-cuda-clone-ref
Jun 1, 2026
Merged

ci: pin CUDA clone steps to ref: master#10
Phqen1x merged 1 commit into
lemonadefrom
fix-cuda-clone-ref

Conversation

@Phqen1x
Copy link
Copy Markdown
Owner

@Phqen1x Phqen1x commented Jun 1, 2026

Without an explicit ref, actions/checkout makes a GitHub API call to determine the default branch of leejet/stable-diffusion.cpp. With 14 parallel CUDA jobs all firing simultaneously this call can transiently fail, presenting as a checkout error at "Retrieving the default branch name". Pinning to ref: master skips the API call entirely.

🤖 Generated with Claude Code

Without an explicit ref, actions/checkout makes a GitHub API call to
determine the default branch of leejet/stable-diffusion.cpp. With 14
parallel CUDA jobs all doing this simultaneously this call can fail,
presenting as a checkout error. Pinning to master skips the API call.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Phqen1x Phqen1x merged commit 3930b7b into lemonade Jun 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant