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:
Alex Gleason 2022-09-05 19:57:23 +00:00
commit 8a38fcf52f

View file

@ -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