Skip to content

Commit

Permalink
ci: if fail reports to vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
Dushusir committed Oct 26, 2024
1 parent 017428a commit ddfb8fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ddfb8fa

Please sign in to comment.