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