From 2d78d20542e8958de70bb6bc3753d0c5995ad5b0 Mon Sep 17 00:00:00 2001 From: rory Date: Tue, 1 Oct 2024 22:42:47 -0700 Subject: [PATCH] Always run tests in AWS --- .github/workflows/e2ePerformanceTests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2ePerformanceTests.yml b/.github/workflows/e2ePerformanceTests.yml index 82c6425361ce..40f6ad2f6f6a 100644 --- a/.github/workflows/e2ePerformanceTests.yml +++ b/.github/workflows/e2ePerformanceTests.yml @@ -107,6 +107,7 @@ jobs: runTestsInAWS: runs-on: ubuntu-latest needs: [prep, buildBaseline, buildDelta] + if: ${{ always() }} name: Run E2E tests in AWS device farm steps: - uses: actions/checkout@v4