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
|
.migration-paths: &migration-paths
|
||||||
<<: *dedicated-runner
|
<<: *dedicated-runner
|
||||||
<<: *pull-cache
|
<<: *pull-cache
|
||||||
|
<<: *except-docs
|
||||||
stage: test
|
stage: test
|
||||||
variables:
|
variables:
|
||||||
SETUP_DB: "false"
|
SETUP_DB: "false"
|
||||||
|
|
Loading…
Reference in a new issue