mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
ci: fix draft request
This commit is contained in:
parent
542b48a59c
commit
8d2e23bde6
3 changed files with 3 additions and 8 deletions
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
|
@ -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:
|
||||
|
|
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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:
|
||||
|
|
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue