Skip to content

Commit 70d6734

Browse files
committed
Disable irrelevant actions
1 parent 6583410 commit 70d6734

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ env:
4040
CXX: ccache g++
4141
jobs:
4242
LINUX_X64:
43-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
43+
if: false
4444
services:
4545
mysql:
4646
image: mysql:8.3
@@ -191,7 +191,7 @@ jobs:
191191
-d zend_extension=opcache.so
192192
-d opcache.enable_cli=1
193193
MACOS_DEBUG_NTS:
194-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
194+
if: false
195195
strategy:
196196
fail-fast: false
197197
matrix:
@@ -234,7 +234,7 @@ jobs:
234234
- name: Verify generated files are up to date
235235
uses: ./.github/actions/verify-generated-files
236236
WINDOWS:
237-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
237+
if: false
238238
name: WINDOWS_X64_ZTS
239239
runs-on: windows-2022
240240
timeout-minutes: 50
@@ -262,7 +262,7 @@ jobs:
262262
run: .github/scripts/windows/test.bat
263263
BENCHMARKING:
264264
name: BENCHMARKING
265-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
265+
if: false
266266
runs-on: ubuntu-22.04
267267
timeout-minutes: 50
268268
steps:

0 commit comments

Comments
 (0)