Only run dependency scanning on schedules

This commit is contained in:
Tao Bojlén 2019-08-08 11:24:21 +00:00
parent 186abbd9cf
commit 8fbfb1ce69
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ include:
template: Dependency-Scanning.gitlab-ci.yml
dependency_scanning:
except:
- develop
only:
- schedules
test-frontend:
image: node:lts-alpine