We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
engine
ui
1 parent 21759a2 commit 3231996Copy full SHA for 3231996
.gitlab-ci.yml
@@ -13,3 +13,16 @@ workflow:
13
include:
14
- local: 'engine/.gitlab-ci.yml'
15
- local: 'ui/.gitlab-ci.yml'
16
+
17
+empty-job:
18
+ stage: test
19
+ script:
20
+ - echo 'success'
21
+ rules:
22
+ - if: $CI_PIPELINE_SOURCE == "merge_request_event"
23
+ when: always
24
25
+ changes:
26
+ - engine/**/*
27
+ - ui/**/*
28
+ when: never
engine/.golangci.yml
@@ -82,7 +82,7 @@ linters:
82
- megacheck
83
- misspell
84
- prealloc
85
-# - revive # temporarily disabled: https://gitlab.com/postgres-ai/database-lab/-/merge_requests/498
+ - revive
86
- structcheck
87
- stylecheck
88
- unconvert
0 commit comments