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 }}