Skip to content

Instantly share code, notes, and snippets.

@harrybiddle
Created September 5, 2020 08:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harrybiddle/92dd83ecd35ed3402ffdccafd964fc78 to your computer and use it in GitHub Desktop.
Save harrybiddle/92dd83ecd35ed3402ffdccafd964fc78 to your computer and use it in GitHub Desktop.
Skip GitHub Actions for Draft PRs
on:
pull_request:
types: [synchronize, opened, reopened, ready_for_review]
jobs:
build:
if: github.event.pull_request.draft == false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment