From dfc3787c7e0b56da8ae72ce078e7e21cc529c9f9 Mon Sep 17 00:00:00 2001 From: Vit Horacek Date: Mon, 2 Jun 2025 20:09:06 +0200 Subject: [PATCH] Skip the e2e tests until they are fixed --- .github/workflows/preDeploy.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/preDeploy.yml b/.github/workflows/preDeploy.yml index f44123184322..f1e44bce0acc 100644 --- a/.github/workflows/preDeploy.yml +++ b/.github/workflows/preDeploy.yml @@ -90,11 +90,3 @@ jobs: secrets: inherit with: TARGET_BRANCH: staging - - e2ePerformanceTests: - needs: [chooseDeployActions] - if: ${{ needs.chooseDeployActions.outputs.SHOULD_DEPLOY }} - uses: ./.github/workflows/e2ePerformanceTests.yml - secrets: inherit - with: - PR_NUMBER: ${{ needs.chooseDeployActions.outputs.MERGED_PR }}