From b2fb3614b05f2c2f5f65e8300f4da548e6095b61 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Thu, 5 May 2022 18:47:53 +0200 Subject: [PATCH] Revert "ci(bsd): conditional runs for faster builds" #18437 The change has a syntax error. This reverts commit 3e3e9c31255cd5c01bce96c68e5b1cf8e26a9f4d. --- .builds/freebsd.yml | 5 ----- .builds/openbsd.yml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 9347966a08..2d06b1e685 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -23,11 +23,6 @@ environment: CMAKE_EXTRA_FLAGS: -DCI_BUILD=ON -DMIN_LOG_LEVEL=3 tasks: -- should-run: | - # exclude runs when the only changes are made to these patterns - if ! git diff --quiet -- '!:.github'; then - complete-build; - fi - build-deps: | cd neovim gmake deps diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index 7d2e489737..0aaa003820 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -23,11 +23,6 @@ environment: CMAKE_EXTRA_FLAGS: -DCI_BUILD=ON -DMIN_LOG_LEVEL=3 tasks: -- should-run: | - # exclude runs when the only changes are made to these patterns - if ! git diff --quiet -- '!:.github'; then - complete-build; - fi - build-deps: | export AUTOCONF_VERSION=2.71 export AUTOMAKE_VERSION=1.16