File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,6 @@ jobs:
126
126
cp ../static-php-cli/buildroot/build-libraries.json build-meta/build-libraries-${{ env.SPC_BUILD_OS }}.json
127
127
128
128
- name : Create Pull Request
129
- if : matrix.os != 'windows-latest'
130
129
uses : peter-evans/create-pull-request@v7
131
130
with :
132
131
branch : update-php-${{ matrix.version }}-${{ env.SPC_BUILD_OS }}-${{ env.SPC_BUILD_ARCH }}
@@ -138,17 +137,3 @@ jobs:
138
137
OS: ${{ env.SPC_BUILD_OS }}
139
138
Arch: ${{ env.SPC_BUILD_ARCH }}
140
139
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
You can’t perform that action at this time.
0 commit comments