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

Commit c049d2f

Browse files
committed
try
1 parent 6a07095 commit c049d2f

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
@@ -8,6 +8,11 @@ stages:
88
# rules:
99
# - if: $CI_MERGE_REQUEST_ID
1010
# when: never
11+
workflow:
12+
rules:
13+
- if: $CI_MERGE_REQUEST_ID
14+
when: never
15+
- when: always
1116

1217
variables:
1318
POSTGRES_DB: dbname # set database

0 commit comments

Comments
 (0)