Skip to content

Commit

Permalink
ci: fix draft request
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Feb 13, 2022
1 parent 542b48a commit 8d2e23b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8d2e23b

Please sign in to comment.