From a777f8c343622a76e8a73e5bb2194916e62a4c15 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 1 Aug 2021 14:56:59 -0500 Subject: [PATCH] Disable them for schedules too --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e696b0..1e46d49 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,6 +45,7 @@ Lint: interruptible: yes except: - pipelines + - schedules script: - ansible-lint --version - ansible-lint site.yml @@ -54,6 +55,7 @@ Test: interruptible: yes except: - pipelines + - schedules script: - ansible-playbook --skip-tags no-test -C site.yml --vault-password-file /vaultpw || error="$?" - if [ "$error" -eq 4 ]; then echo "Some hosts were unreachable; masking error"; unset error; fi