Commit 0ba99267 authored by Rémy Coutable's avatar Rémy Coutable

ci: Run non-minimal jobs when scripts/rspec_helpers.sh is touched

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent cecaad21
...@@ -127,6 +127,7 @@ ...@@ -127,6 +127,7 @@
.ci-patterns: &ci-patterns .ci-patterns: &ci-patterns
- ".gitlab-ci.yml" - ".gitlab-ci.yml"
- ".gitlab/ci/**/*" - ".gitlab/ci/**/*"
- "scripts/rspec_helpers.sh"
.ci-build-images-patterns: &ci-build-images-patterns .ci-build-images-patterns: &ci-build-images-patterns
- ".gitlab-ci.yml" - ".gitlab-ci.yml"
...@@ -245,6 +246,7 @@ ...@@ -245,6 +246,7 @@
- ".gitlab-ci.yml" - ".gitlab-ci.yml"
- ".gitlab/ci/**/*" - ".gitlab/ci/**/*"
- "*_VERSION" - "*_VERSION"
- "scripts/rspec_helpers.sh"
# DB patterns + .ci-patterns # DB patterns + .ci-patterns
.db-patterns: &db-patterns .db-patterns: &db-patterns
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment