diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8f5eb853d..0c53abb8e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -388,11 +388,11 @@ jobs: ${{ env.GIT_LOG }} - - name: Kick-off E2E tests - if: needs.test.result == 'success' && github.ref == 'refs/heads/latest' - env: - GH_TOKEN: ${{ github.token }} - run: gh workflow run e2e.yml --ref ${{github.ref}} + # - name: Kick-off E2E tests + # if: needs.test.result == 'success' && github.ref == 'refs/heads/latest' + # env: + # GH_TOKEN: ${{ github.token }} + # run: gh workflow run e2e.yml --ref ${{github.ref}} sonarqube: runs-on: ubuntu-24.04