logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: a8adc300d4cfc88ef19f1977e32068437ed4ad00
parent 406dadb56b0f2d5102998a423286dd4c10c877c5
Author: Haelwenn <contact+git.pleroma.social@hacktivis.me>
Date:   Fri, 11 Jun 2021 22:25:41 +0000

Merge branch 'cycles-ci-skip' into 'develop'

Cycles CI: skip unless Elixir code is modified

See merge request pleroma/pleroma!3467

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