This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
Allow easier CI runs for PRs from forks #330
Labels
good first issue
Good for newcomers
🏡 housekeeping
Fighting technical debt and improving dev process
p3-low
Low priority
testing
MLEM testing
Currently, we need to manually approve each commit in PR from fork to be run in CI. This adds a lag into getting valuable feedback for external contributors.
Suggestion: split tests and CI into two parts: one that don't require secrets and the other that does. Then run the first each time, but still require manual approve to run the second part.
The text was updated successfully, but these errors were encountered: