We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5020dd commit 84764ceCopy full SHA for 84764ce
1 file changed
.github/workflows/preview-deploy.yml
@@ -10,8 +10,7 @@ jobs:
10
runs-on: "ubuntu-22.04"
11
if: >
12
github.repository_owner == 'php' &&
13
- github.event.workflow_run.event == 'pull_request' &&
14
- github.event.workflow_run.conclusion == 'success'
+ github.event.workflow_run.event == 'pull_request'
15
16
steps:
17
- name: Download PR number
@@ -68,8 +67,7 @@ jobs:
68
67
69
70
71
72
73
74
75
0 commit comments