initiative-sh / initiative.sh

A web-based command line for game masters
https://initiative.sh/
GNU General Public License v3.0
44 stars 4 forks source link

Meta: Consider disabling GitHub actions for draft PRs #350

Open ChrisRenfrow opened 3 weeks ago

ChrisRenfrow commented 3 weeks ago

In the interest of reducing email spam for failed builds, I looked into ways to avoid running GH actions for draft PRs and it seems this is possible.

I believe this is all that's required for any of the workflows that don't need to run until they're ready for review.

on:
  pull_request:
    branches: [ main ]
    types: [ ready_for_review ]