diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d571dc1c..30d350f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,6 +49,16 @@ audit: stage: test script: - npm audit + allow_failure: true + except: + - schedules + +scheduled-audit: + stage: test + script: + - npm audit + only: + - schedules pages: stage: docs