diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-06-11 22:25:41 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-06-11 22:25:41 +0000 |
commit | a8adc300d4cfc88ef19f1977e32068437ed4ad00 (patch) | |
tree | 5e54f6c22b6e2ff402183198736d48978db5733c | |
parent | 406dadb56b0f2d5102998a423286dd4c10c877c5 (diff) | |
parent | 640e1cf09d501b5b0088cb0c3bdb123c171e730a (diff) | |
download | pleroma-a8adc300d4cfc88ef19f1977e32068437ed4ad00.tar.gz |
Merge branch 'cycles-ci-skip' into 'develop'
Cycles CI: skip unless Elixir code is modified
See merge request pleroma/pleroma!3467
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 056af56cd..3ac30b13d 100644 --- 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 |