From: Mark Felder Date: Wed, 2 Jun 2021 17:09:41 +0000 (-0500) Subject: Don't generate new specs unless they've changed. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=9f391da73d496cfd381b1bd55070512e5c462a0a;hp=e06466a5327ca2fa3cb7abd5f130c0a8a6b6fe27;p=akkoma Don't generate new specs unless they've changed. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b2f11153..b155c81bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,6 +47,10 @@ build: spec-build: stage: test + only: + changes: + - "lib/pleroma/web/api_spec/**/*.ex" + - "lib/pleroma/web/api_spec.ex" artifacts: paths: - spec.json