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.
1 parent 73a9c0f commit 752e7e4Copy full SHA for 752e7e4
engine/.gitlab-ci.yml
@@ -32,7 +32,7 @@ stages:
32
33
.only_dle_feature: &only_feature
34
rules:
35
- - if: '$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH'
+ - if: $CI_COMMIT_BRANCH && $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
36
changes:
37
- engine/**/*
38
@@ -357,7 +357,7 @@ build-image-swagger-latest:
357
when: never
358
- if: '$CI_PROJECT_NAMESPACE != "postgres-ai"'
359
360
- - if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
361
362
363
script:
0 commit comments