Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commit bb1e93d

Browse files
committed
fix: disable detached MR pipelines
1 parent e991ad2 commit bb1e93d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ stages:
44
- test
55
- build-image
66

7+
workflow:
8+
rules:
9+
- if: $CI_MERGE_REQUEST_ID
10+
when: never
11+
712
variables:
813
POSTGRES_DB: dbname # set database
914
POSTGRES_USER: test_user # set username

0 commit comments

Comments
 (0)