ci: fix draft request

This commit is contained in:
Jonathan Kelley 2022-02-13 12:41:38 -05:00
parent 542b48a59c
commit 8d2e23bde6
3 changed files with 3 additions and 8 deletions

View file

@ -15,9 +15,8 @@ on:
- master
jobs:
JOB:
if: github.event.pull_request.draft == false
test:
if: github.event.pull_request.draft == false
name: Test Suite
runs-on: macos-latest
steps:

View file

@ -15,10 +15,8 @@ on:
- master
jobs:
JOB:
if: github.event.pull_request.draft == false
check:
if: github.event.pull_request.draft == false
name: Check
runs-on: ubuntu-latest
steps:

View file

@ -15,10 +15,8 @@ on:
- master
jobs:
JOB:
if: github.event.pull_request.draft == false
test:
if: github.event.pull_request.draft == false
runs-on: windows-latest
name: (${{ matrix.target }}, ${{ matrix.cfg_release_channel }})
env: