diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 5e3ce81efa0..757705c23c6 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -31,8 +31,7 @@ jobs: - name: 🚀 Deploy to Vercel uses: amondnet/vercel-action@v25 if: failure() - id: vercel-e2e-report - if: failure() # we only need to upload to Vercel if this CI fails + id: vercel-e2e-report # we only need to upload to Vercel if this CI fails with: vercel-token: ${{ secrets.VERCEL_TOKEN }} vercel-org-id: ${{ secrets.ORG_ID }}