Author: Sergey Panteleev (saundefined)
Date: 2026-06-10T22:53:29+03:00
Commit:
https://github.com/php/web-php/commit/84764ce05c8859644ae9876b0d97aba7f67804f1
Raw diff:
https://github.com/php/web-php/commit/84764ce05c8859644ae9876b0d97aba7f67804f1.diff
Run deploy even if visual tests fails
Changed paths:
M .github/workflows/preview-deploy.yml
Diff:
diff --git a/.github/workflows/preview-deploy.yml
b/.github/workflows/preview-deploy.yml
index 5636ad1d43..7a9c6e27c9 100644
--- a/.github/workflows/preview-deploy.yml
+++ b/.github/workflows/preview-deploy.yml
@@ -10,8 +10,7 @@ jobs:
runs-on: "ubuntu-22.04"
if: >
github.repository_owner == 'php' &&
- github.event.workflow_run.event == 'pull_request' &&
- github.event.workflow_run.conclusion == 'success'
+ github.event.workflow_run.event == 'pull_request'
steps:
- name: Download PR number
@@ -68,8 +67,7 @@ jobs:
runs-on: "ubuntu-22.04"
if: >
github.repository_owner == 'php' &&
- github.event.workflow_run.event == 'pull_request' &&
- github.event.workflow_run.conclusion == 'success'
+ github.event.workflow_run.event == 'pull_request'
steps:
- name: Download PR number