From 4733dd3bc132d076249038100ad6d539e0bbd50a Mon Sep 17 00:00:00 2001 From: Brice Dutheil Date: Wed, 4 Jun 2025 16:21:48 +0200 Subject: [PATCH] Revert "SSI smoke tests should only run as part of nightly (#8914)" This reverts commit c06ee54c824d875957537f7874d3ee4c352340a6. --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f999cce631f..628ba96355e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -557,9 +557,7 @@ test_smoke: test_ssi_smoke: extends: .test_job - rules: - - if: $CI_PIPELINE_SOURCE == "schedule" - when: on_success + rules: *master_only variables: GRADLE_TARGET: "stageMainDist :smokeTest" CACHE_TYPE: "smoke"