Browse Source

Don't generate new specs unless they've changed.

cycles-validator
Mark Felder 3 years ago
parent
commit
9f391da73d
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      .gitlab-ci.yml

+ 4
- 0
.gitlab-ci.yml View File

@@ -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


Loading…
Cancel
Save