Skip to content

Commit

Permalink
ci: merging all pr preview jobs in one workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezhik Kyzyl-ool committed Apr 22, 2024
1 parent 0a88718 commit 6298b3f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
deploy:
name: Deploy
needs: build
if: >
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
steps:
- uses: gravity-ui/preview-deploy-action@v1
Expand Down Expand Up @@ -79,7 +76,6 @@ jobs:
path: ./pr-id.txt
playwright-report:
name: Upload Playwright report to s3
if: github.event.workflow_run.event == 'pull_request'
needs: playwright-tests
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6298b3f

Please sign in to comment.