Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
draedful committed Oct 4, 2024
1 parent 0910bc0 commit 988bc7f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pr-preview-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: PR Preview Deploy

# test
on:
workflow_run:
workflows: ['PR Preview Build']
Expand All @@ -9,9 +9,7 @@ on:
jobs:
deploy:
name: Deploy
if: >
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success'
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@v2
Expand Down

0 comments on commit 988bc7f

Please sign in to comment.