From 42e68120b7215b6fe0f929955d99907103b7bfed Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Mon, 14 Jun 2021 09:49:46 +0200 Subject: [PATCH] fix: exclude npm audit from maintenance runs --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b6ff1a7..c38946dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,6 +69,10 @@ npm audit: scheduled npm audit: only: - schedules + except: + variables: + - $MAINTENANCE_MODE + - $RENOVATE script: - npm audit --audit-level=high stage: audit