From: Jessica Wagantall Date: Thu, 4 Apr 2024 02:16:21 +0000 (-0700) Subject: Fix: Checked out code should be present in tox verify X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F52%2F12652%2F1;p=com%2Fpylog.git Fix: Checked out code should be present in tox verify Change-Id: I77a4e51d97733a656dd5ae1917186af2c3066513 Signed-off-by: Jessica Wagantall --- diff --git a/.github/workflows/gerrit-novote-merge.yaml b/.github/workflows/gerrit-novote-merge.yaml index 3c0af63..474c8c6 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: - notify: + call-gerrit-tox-and-sonarcloud: runs-on: ubuntu-latest steps: - name: Notify job start @@ -69,11 +69,6 @@ jobs: comment-only: true - name: Allow replication run: sleep 10s - - call-gerrit-tox-and-sonarcloud: - runs-on: ubuntu-latest - needs: notify - steps: - name: Run Tox verify # yamllint disable-line rule:line-length uses: lfit/releng-reusable-workflows/.github/actions/tox-run-action@main @@ -97,7 +92,7 @@ jobs: report-status: if: ${{ always() }} - needs: [notify, call-gerrit-tox-and-sonarcloud] + needs: [call-gerrit-tox-and-sonarcloud] runs-on: ubuntu-latest steps: - name: Get workflow conclusion