lonboard
lonboard copied to clipboard
Do not run checks on draft PRs
It would be nice if we could avoid running checks on draft PRs (like https://github.com/developmentseed/lonboard/pull/613) and trigger only when the PR is ready for review.
cc @kylebarron
One interesting option is something like https://github.com/rouault/gdal/commit/422220b599546b00dc0860cf59c2493fe5fd6b4a where you can annotate a PR title with [no ci] to avoid running CI checks.
Sometimes I like having CI run on draft PRs. Even if they're not ready for review yet, it can be nice to see if CI passes