logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 640e1cf09d501b5b0088cb0c3bdb123c171e730a
parent 406dadb56b0f2d5102998a423286dd4c10c877c5
Author: Alex Gleason <alex@alexgleason.me>
Date:   Fri, 11 Jun 2021 08:45:19 -0500

Cycles CI: skip unless Elixir code is modified

Diffstat:

M.gitlab-ci.yml5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -158,6 +158,11 @@ analysis: cycles: stage: test image: elixir:1.11 + only: + changes: + - "**/*.ex" + - "**/*.exs" + - "mix.lock" cache: {} script: - mix deps.get