iTowns / itowns

A Three.js-based framework written in Javascript/WebGL for visualizing 3D geospatial data
http://www.itowns-project.org
Other
1.07k stars 290 forks source link

[PROPOSAL] Disable CI on draft PRs #2333

Open HoloTheDrunk opened 3 weeks ago

HoloTheDrunk commented 3 weeks ago

Context

Draft PRs are by definition not ready and running CI on them creates a lot of noise (and wastes resources).

Expected Behavior

The CI should skip draft PRs.

Actual Behavior

The CI runs everything on draft PRs.

Possible Cause/Fix/Solution

if: github.event.pull_request.draft == false