From 42f668558ed4e6c73c5e74421c9c6a1cbbd76b8f Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 5 Sep 2022 14:28:34 -0500 Subject: [PATCH] GitLab CI: only run deps when mix.lock changes --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dda5b6f3c2..11cb697cef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,9 @@ deps: cache: <<: *cache policy: pull-push + only: + changes: + - mix.lock openapi: stage: test