Merge branch 'deps-mix-lock' into 'develop'
GitLab CI: only run deps when mix.lock changes See merge request soapbox-pub/rebased!175
This commit is contained in:
commit
8a38fcf52f
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ deps:
|
||||||
cache:
|
cache:
|
||||||
<<: *cache
|
<<: *cache
|
||||||
policy: pull-push
|
policy: pull-push
|
||||||
|
only:
|
||||||
|
changes:
|
||||||
|
- mix.lock
|
||||||
|
|
||||||
openapi:
|
openapi:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
Loading…
Reference in a new issue