mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
Don't run CI on draft PRs
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -28,6 +28,7 @@ jobs:
|
|||||||
runner: macos-10.15
|
runner: macos-10.15
|
||||||
os: osx
|
os: osx
|
||||||
runs-on: ${{ matrix.runner }}
|
runs-on: ${{ matrix.runner }}
|
||||||
|
if: github.event.pull_request.draft == false
|
||||||
env:
|
env:
|
||||||
CC: ${{ matrix.cc }}
|
CC: ${{ matrix.cc }}
|
||||||
CI_OS_NAME: ${{ matrix.os }}
|
CI_OS_NAME: ${{ matrix.os }}
|
||||||
@@ -88,6 +89,7 @@ jobs:
|
|||||||
|
|
||||||
windows:
|
windows:
|
||||||
runs-on: windows-2016
|
runs-on: windows-2016
|
||||||
|
if: github.event.pull_request.draft == false
|
||||||
env:
|
env:
|
||||||
DEPS_BUILD_DIR: "C:/projects/nvim-deps"
|
DEPS_BUILD_DIR: "C:/projects/nvim-deps"
|
||||||
DEPS_PREFIX: "C:/projects/nvim-deps/usr"
|
DEPS_PREFIX: "C:/projects/nvim-deps/usr"
|
||||||
|
Reference in New Issue
Block a user