Exclude migration-paths job when executing docs-only jobs
This commit is contained in:
parent
bce1c50928
commit
77ccbe06ea
1 changed files with 1 additions and 0 deletions
|
@ -448,6 +448,7 @@ db:migrate:reset-mysql:
|
|||
.migration-paths: &migration-paths
|
||||
<<: *dedicated-runner
|
||||
<<: *pull-cache
|
||||
<<: *except-docs
|
||||
stage: test
|
||||
variables:
|
||||
SETUP_DB: "false"
|
||||
|
|
Loading…
Reference in a new issue