thombruce / verse

🚀 A universe in progress
Other
8 stars 0 forks source link

Do not run CI test build for draft PRs #108

Closed thombruce closed 9 months ago

thombruce commented 9 months ago

If possible, add a rule to the CI workflow preventing tests from being run for draft PRs. In general, a draft PR indicates that it is still a work in progress and may deliberately contain code that will not successfully compile.

The tests should run when the PR is marked as ready for review.

Related: #82