Skip to content

Commit 53e2dbc

Browse files
authored
🤷🏻‍♂️
1 parent 5a2dd6c commit 53e2dbc

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/build-php.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ jobs:
126126
cp ../static-php-cli/buildroot/build-libraries.json build-meta/build-libraries-${{ env.SPC_BUILD_OS }}.json
127127
128128
- name: Create Pull Request
129-
if: matrix.os != 'windows-latest'
130129
uses: peter-evans/create-pull-request@v7
131130
with:
132131
branch: update-php-${{ matrix.version }}-${{ env.SPC_BUILD_OS }}-${{ env.SPC_BUILD_ARCH }}
@@ -138,17 +137,3 @@ jobs:
138137
OS: ${{ env.SPC_BUILD_OS }}
139138
Arch: ${{ env.SPC_BUILD_ARCH }}
140139
base: main
141-
142-
- name: Create Pull Request (Win)
143-
if: matrix.os == 'windows-latest'
144-
uses: peter-evans/create-pull-request@v7
145-
with:
146-
branch: update-php-${{ matrix.version }}-${env:SPC_BUILD_OS}-${env:SPC_BUILD_ARCH}
147-
title: "Update PHP ${{ matrix.version }} build for ${env:SPC_BUILD_OS} ${env:SPC_BUILD_ARCH}"
148-
commit-message: "build"
149-
body: |
150-
PHP: ${{ matrix.version }}
151-
Exts: ${env:PHP_EXTENSIONS}
152-
OS: ${env:SPC_BUILD_OS}
153-
Arch: ${env:SPC_BUILD_ARCH}
154-
base: main

0 commit comments

Comments
 (0)