-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move CODEOWNERS so it has an effect #66
Conversation
Yep, this was misplaced, thanks. Intended to be in |
@palp Inference tests fail because externals such as yours truly don't have access to secrets (as is well and proper), so For now, you may want to make the inference tests only run when the secret is available, with e.g. if: github.repository == 'stability-ai/generative-models' && secrets.SGM_CHECKPOINTS_PATH (syntax might not be exactly that, can't remember) in the job's |
This doesn't actually need to be secret, so now it's in |
Erm..? (reference on
|
|
@palp No dice on the CI change, same result. |
Ok, we can merge this, I'll deal with the CI issue. |
* Move CODEOWNERS so it has an effect * CI: use vars.SGM_CHECKPOINTS_PATH
* Move CODEOWNERS so it has an effect * CI: use vars.SGM_CHECKPOINTS_PATH
Quoth the documentation:
A
CODEOWNERS
in.github/workflows
has no effect AFAIU.