diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0b11cff..735c389 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -97,7 +97,7 @@ jobs: uses: github/codeql-action/analyze@v2 e2e_tests: - if: (github.event.pull_request.head.repo.full_name || github.push.repository.full_name) == github.repository + if: (github.event.pull_request.head.repo.full_name || github.push.repository.full_name) == github.repository && false # disabling e2e since env is down runs-on: ubuntu-latest needs: [unit_tests, sonarcloud, codeql] steps: