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=13697bb278b1ecfe310c07dd3b87a03edc0665d6;hb=78eb8b3ae8f6330ec964725032320b3bc8b6463d;hp=474c8c6961dcaeab6f887587022b8f4351973f35;hpb=19b97e96b8ca718443970d5f7fdefb4470aae9f6;p=com%2Fpylog.git diff --git a/.github/workflows/gerrit-novote-merge.yaml b/.github/workflows/gerrit-novote-merge.yaml index 474c8c6..13697bb 100644 --- a/.github/workflows/gerrit-novote-merge.yaml +++ b/.github/workflows/gerrit-novote-merge.yaml @@ -52,7 +52,7 @@ concurrency: cancel-in-progress: true jobs: - call-gerrit-tox-and-sonarcloud: + notify: runs-on: ubuntu-latest steps: - name: Notify job start @@ -69,6 +69,15 @@ jobs: comment-only: true - name: Allow replication run: sleep 10s + + call-gerrit-tox-and-sonarcloud: + runs-on: ubuntu-latest + needs: notify + 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 @@ -92,7 +101,7 @@ jobs: report-status: if: ${{ always() }} - needs: [call-gerrit-tox-and-sonarcloud] + needs: [notify, call-gerrit-tox-and-sonarcloud] runs-on: ubuntu-latest steps: - name: Get workflow conclusion