commit: 9f391da73d496cfd381b1bd55070512e5c462a0a parent e06466a5327ca2fa3cb7abd5f130c0a8a6b6fe27 Author: Mark Felder <feld@feld.me> Date: Wed, 2 Jun 2021 12:09:41 -0500 Don't generate new specs unless they've changed.Diffstat:
M | .gitlab-ci.yml | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)diff --git 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