From a34c925ccf55caa4aca5bf2a856713d484b48b07 Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Tue, 19 Mar 2024 18:22:17 +0000 Subject: [PATCH] fix: e2e running time should wait for after cypress tests --- .github/workflows/ci-e2e-depot.yml | 1 + .github/workflows/ci-e2e.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci-e2e-depot.yml b/.github/workflows/ci-e2e-depot.yml index d7f74c7fa0347..2134d4d70f18f 100644 --- a/.github/workflows/ci-e2e-depot.yml +++ b/.github/workflows/ci-e2e-depot.yml @@ -280,6 +280,7 @@ jobs: calculate-running-time: name: Calculate running time runs-on: ubuntu-latest + needs: [cypress] if: needs.changes.outputs.shouldTriggerCypress == 'true' steps: - name: Calculate running time diff --git a/.github/workflows/ci-e2e.yml b/.github/workflows/ci-e2e.yml index 345141b0ed924..b15015231eafa 100644 --- a/.github/workflows/ci-e2e.yml +++ b/.github/workflows/ci-e2e.yml @@ -280,6 +280,7 @@ jobs: calculate-running-time: name: Calculate running time runs-on: ubuntu-latest + needs: [cypress] if: needs.changes.outputs.shouldTriggerCypress == 'true' steps: - name: Calculate running time