Skip to content

Commit 84764ce

Browse files
committed
Run deploy even if visual tests fails
1 parent f5020dd commit 84764ce

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/preview-deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ jobs:
1010
runs-on: "ubuntu-22.04"
1111
if: >
1212
github.repository_owner == 'php' &&
13-
github.event.workflow_run.event == 'pull_request' &&
14-
github.event.workflow_run.conclusion == 'success'
13+
github.event.workflow_run.event == 'pull_request'
1514
1615
steps:
1716
- name: Download PR number
@@ -68,8 +67,7 @@ jobs:
6867
runs-on: "ubuntu-22.04"
6968
if: >
7069
github.repository_owner == 'php' &&
71-
github.event.workflow_run.event == 'pull_request' &&
72-
github.event.workflow_run.conclusion == 'success'
70+
github.event.workflow_run.event == 'pull_request'
7371
7472
steps:
7573
- name: Download PR number

0 commit comments

Comments
 (0)