X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=.github%2Fworkflows%2Fgerrit-novote-merge.yaml;fp=.github%2Fworkflows%2Fgerrit-novote-merge.yaml;h=f5640f8f56a98d5340db965e5ec69564fa099978;hb=af8f7d05c2500103f21ef8d37762fa5205c588ac;hp=f835427b7a573ea46f9e4f35e776051ba979ec67;hpb=75e4bfb9965f7ebeca761c0c9a5dca7e5e5c3f3f;p=com%2Fpylog.git diff --git a/.github/workflows/gerrit-novote-merge.yaml b/.github/workflows/gerrit-novote-merge.yaml index f835427..f5640f8 100644 --- a/.github/workflows/gerrit-novote-merge.yaml +++ b/.github/workflows/gerrit-novote-merge.yaml @@ -70,22 +70,14 @@ jobs: - name: Allow replication run: sleep 10s - call-gerrit-tox-and-sonarcloud: + call-sonarcloud-scan: runs-on: ubuntu-latest needs: notify - strategy: - matrix: - tox-env: ["docs","docs-linkcheck"] steps: - uses: actions/checkout@v4 with: ref: ${{ inputs.GERRIT_BRANCH }} submodules: "true" - - name: Run Tox verify - # yamllint disable-line rule:line-length - uses: lfit/releng-reusable-workflows/.github/actions/tox-run-action@main - with: - tox-envs: ${{ matrix.tox-env }} - name: Run SonarCloud Scan uses: sonarsource/sonarcloud-github-action@master env: @@ -103,7 +95,7 @@ jobs: report-status: if: ${{ always() }} - needs: [notify, call-gerrit-tox-and-sonarcloud] + needs: [notify, call-sonarcloud-scan] runs-on: ubuntu-latest steps: - name: Get workflow conclusion