From fb72ddc5e52e56c896c0e396dba31cfbd6a5dcb5 Mon Sep 17 00:00:00 2001 From: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com> Date: Sat, 16 Jan 2021 10:22:56 +0100 Subject: [PATCH] TSK-1497: removed sonar job from pull requests & removed run on branch creation --- .github/workflows/continuous-integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index e9406519d..3f2aab9ca 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -1,12 +1,11 @@ name: CI on: workflow_dispatch: - create: - tags: - - v* push: branches-ignore: - dependabot/** + tags: + - v* pull_request: branches: - master @@ -413,6 +412,7 @@ jobs: upload_to_sonar: runs-on: ubuntu-20.04 name: Upload SonarQube analysis to sonarcloud + if: github.head_ref == '' # no pull request needs: [ test_frontend, test_backend, test_taskana-rest-spring-example-wildfly ] steps: - name: Git checkout