diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index f790f71b7eab..2874eb267dcc 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -19,7 +19,6 @@ permissions: jobs: deploy: - if: github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success' runs-on: ubuntu-latest steps: - name: Get PR/workflow run info