aboutsummaryrefslogtreecommitdiffstats
path: root/cix.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cix.sh')
-rwxr-xr-xcix.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/cix.sh b/cix.sh
index 74159ae5ae4..024e4164539 100755
--- a/cix.sh
+++ b/cix.sh
@@ -17,6 +17,9 @@ case "$RUN_ACTIVITY" in
if [[ "$GITHUB_BRANCH" == "PULLREQUEST-"* ]] && [[ "$DB_ENGINE" != "postgresql93" ]]; then
# execute PR QA only on postgres
exit 0
+ elif [[ "$GITHUB_BRANCH" == "dogfood-on-next" ]] && [[ "$DB_ENGINE" != "postgresql93" ]]; then
+ # execute dogfood QA only on postgres
+ exit 0
else
mvn clean package -B -e -V -f tests/plugins/pom.xml