Skip to content

Commit c2c4ed9

Browse files
authored
Fix preview site oops, should not be conditional (#3125)
1 parent 57c4cdf commit c2c4ed9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ permissions:
1919

2020
jobs:
2121
deploy:
22-
if: github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success'
2322
runs-on: ubuntu-latest
2423
steps:
2524
- name: Get PR/workflow run info

0 commit comments

Comments
 (0)