mirror of https://gitlab.com/curben/blog
chore: don't run test job when renovate runs
This commit is contained in:
parent
46c162b3a1
commit
63288243d3
|
@ -16,6 +16,11 @@ test:
|
||||||
only:
|
only:
|
||||||
- master # only trigger when 'master' branch is pushed
|
- master # only trigger when 'master' branch is pushed
|
||||||
|
|
||||||
|
# Don't run this job when renovate job runs
|
||||||
|
except:
|
||||||
|
- schedules
|
||||||
|
- web
|
||||||
|
|
||||||
renovate: # Check dependency update
|
renovate: # Check dependency update
|
||||||
script:
|
script:
|
||||||
- npm run renovate
|
- npm run renovate
|
||||||
|
|
Loading…
Reference in New Issue