Skip to content

Commit a8e2e02

Browse files
committed
force run
1 parent cd223fe commit a8e2e02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ jobs:
193193
-d zend_extension=opcache.so
194194
-d opcache.enable_cli=1
195195
LINUX_ARM64:
196-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
197196
services:
198197
mysql:
199198
image: mysql:8.3
@@ -229,7 +228,7 @@ jobs:
229228
- debug: true
230229
zts: true
231230
asan: true
232-
name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}"
231+
name: "LINUX_ARM64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}"
233232
runs-on: ubuntu-24.04-arm
234233
timeout-minutes: 50
235234
steps:

0 commit comments

Comments
 (0)