chore: skip CI on draft PR (#12666)

This commit is contained in:
Amit Miran
2021-01-22 02:10:17 +02:00
committed by GitHub
parent 6280b34483
commit d80c2ed72a
7 changed files with 21 additions and 2 deletions

View File

@@ -5,10 +5,11 @@ on:
branches:
- 'master'
pull_request:
types: [opened, synchronize, reopened]
types: [synchronize, opened, reopened, ready_for_review]
jobs:
build:
if: github.event.pull_request.draft == false
name: build
runs-on: ubuntu-latest
steps: