diff --git a/.github/workflows/deploy_staging.yml b/.github/workflows/deploy_staging.yml index 095cb773..66a5684c 100644 --- a/.github/workflows/deploy_staging.yml +++ b/.github/workflows/deploy_staging.yml @@ -112,7 +112,7 @@ jobs: # This job will download artifacts, deploy to GH pages and deploy to AWS deploy: runs-on: ubuntu-latest - needs: e2e-tests + needs: ui-chrome-tests steps: - name: Checkout source uses: actions/checkout@v2