duckdb / duckdb/extension-template
Prevent running CI when using the template into a private repository
Open
- Dominant language
- Python
- Stars
- 290
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
When creating a new private repository based on this template, default behaviour is to run CI on every push. This will quickly exhaust the user's CI minutes as our CI is currently on the heavy side.
We should either disable CI by default when using the template, or detect we are in a private repo and only run if the repo is public which should not count towards the user's limits
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.