Skip to content

Commit

Permalink
fix: Do not upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Jan 7, 2025
1 parent a20606f commit 928e25f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: E2E
on: [deployment_status]
jobs:
e2e:
# only runs this job on successful deploy
if: github.event.deployment_status.state == 'success'
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -42,14 +41,6 @@ jobs:
name: blob-report-${{ matrix.shardIndex }}
path: blob-report
retention-days: 1
- name: Upload E2E artifacts to job
uses: actions/upload-artifact@v4
if: failure()
with:
name: e2e-screenshots
path: |
e2e-screenshots
playwright-report
merge-reports:
if: ${{ !cancelled() }}
needs: [e2e]
Expand Down

0 comments on commit 928e25f

Please sign in to comment.