Author: Sergey Panteleev (saundefined)
Date: 2026-04-06T11:45:20+03:00

Commit: 
https://github.com/php/web-php/commit/b273407f8878844521f4ca71a4f5830a755d1a8e
Raw diff: 
https://github.com/php/web-php/commit/b273407f8878844521f4ca71a4f5830a755d1a8e.diff

Delete unnecessary checkout

Changed paths:
  M  .github/workflows/preview-deploy.yml


Diff:

diff --git a/.github/workflows/preview-deploy.yml 
b/.github/workflows/preview-deploy.yml
index afcf72fee5..5636ad1d43 100644
--- a/.github/workflows/preview-deploy.yml
+++ b/.github/workflows/preview-deploy.yml
@@ -14,10 +14,6 @@ jobs:
       github.event.workflow_run.conclusion == 'success'
 
     steps:
-      - uses: actions/checkout@v6
-        with:
-          ref: ${{ github.event.workflow_run.head_branch }}
-
       - name: Download PR number
         uses: actions/download-artifact@v8
         with:
@@ -76,10 +72,6 @@ jobs:
       github.event.workflow_run.conclusion == 'success'
 
     steps:
-      - uses: actions/checkout@v6
-        with:
-          ref: ${{ github.event.workflow_run.head_branch }}
-
       - name: Download PR number
         uses: actions/download-artifact@v8
         with:

Reply via email to