diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 5c1dfb9671..959ff4aa25 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -32,12 +32,12 @@ blocks: dependencies: [] run: # don't run the tests on non-functional changes... - when: "change_in('/', {exclude: ['/.deployed-versions/', '.github/'], default_branch: 'master'})" + when: "change_in('/', {exclude: ['/.deployed-versions/', '.github/', 'service.yml', 'README.md'], default_branch: 'master'})" task: jobs: - name: Test commands: - - . sem-pint -c + - ci-sem-pint -c - ci-tools ci-update-version - mvn -U -Dmaven.wagon.http.retryHandler.count=10 --batch-mode --no-transfer-progress clean verify install dependency:analyze validate - . cache-maven store @@ -106,7 +106,7 @@ after_pipeline: commands: - checkout - artifact pull workflow target - - emit-sonarqube-data --enable_sonarqube_enterprise --run_only_sonar_scan + - emit-sonarqube-data --run_only_sonar_scan - name: Trigger downstream projects commands: - >-