aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorPhilippe Perrin <philippe.perrin@sonarsource.com>2021-12-06 09:29:58 +0100
committersonartech <sonartech@sonarsource.com>2021-12-06 20:03:53 +0000
commit266582dc1ae7b876df010cff22d1ee78578be2e7 (patch)
treef856ec1321cea9df14c93c374f0f07bbcf4db4bc /.cirrus.yml
parent7b76cdb776286c23cc0a454cb69a4729f173b381 (diff)
downloadsonarqube-266582dc1ae7b876df010cff22d1ee78578be2e7.tar.gz
sonarqube-266582dc1ae7b876df010cff22d1ee78578be2e7.zip
[NO-JIRA] Fix db its execution conditions
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 72968b85335..01dedc4da20 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -38,7 +38,7 @@ only_upon_sql_changes_or_nightly_depending_on_build_template: &ONLY_UPON_SQL_CHA
depends_on: build
only_if: >-
$CIRRUS_BRANCH == "branch-nightly-build" ||
- changesInclude('server/sonar-db-dao/**/*Mapper.xml', 'server/sonar-db-migration/**/DbVersion*.java')
+ ($CIRRUS_CRON == "" && changesInclude('server/sonar-db-dao/**/*Mapper.xml', 'server/sonar-db-migration/**/DbVersion*.java'))
only_default_branches_template: &ONLY_DEFAULT_BRANCHES_TEMPLATE
only_if: >-