From fe563233e17bb2e770c0991f2d1c7e9bb1ee48ef Mon Sep 17 00:00:00 2001 From: Artur Dobrogowski Date: Wed, 26 Jun 2024 10:13:54 +0200 Subject: [PATCH] disabling e2e tests as environment is down --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: