aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsmolck <46855713+smolck@users.noreply.github.com>2021-03-12 14:07:03 -0600
committersmolck <46855713+smolck@users.noreply.github.com>2021-03-14 17:23:57 -0500
commitf2847e7ea12755793ca6d524c98542d6362e65fc (patch)
treefdf4b2d41100c5499fe67606ae840202b43bb634
parentdc8273f2f1e615cac5cee86709ca4ae6dbd70edf (diff)
downloadrneovim-f2847e7ea12755793ca6d524c98542d6362e65fc.tar.gz
rneovim-f2847e7ea12755793ca6d524c98542d6362e65fc.tar.bz2
rneovim-f2847e7ea12755793ca6d524c98542d6362e65fc.zip
Don't run CI on draft PRs
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 44a911b21b..bd90aeb932 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,6 +28,7 @@ jobs:
runner: macos-10.15
os: osx
runs-on: ${{ matrix.runner }}
+ if: github.event.pull_request.draft == false
env:
CC: ${{ matrix.cc }}
CI_OS_NAME: ${{ matrix.os }}
@@ -88,6 +89,7 @@ jobs:
windows:
runs-on: windows-2016
+ if: github.event.pull_request.draft == false
env:
DEPS_BUILD_DIR: "C:/projects/nvim-deps"
DEPS_PREFIX: "C:/projects/nvim-deps/usr"