Skip to content

Commit aba6918

Browse files
committed
avoid unrelated CI job execution
1 parent 0de8e40 commit aba6918

File tree

3 files changed

+4
-223
lines changed

3 files changed

+4
-223
lines changed

.circleci/config.yml

Lines changed: 0 additions & 188 deletions
This file was deleted.

.cirrus.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ env:
4141
CXX: ccache g++
4242
jobs:
4343
LINUX_X64:
44-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
44+
if: false
4545
services:
4646
mysql:
4747
image: mysql:8.3
@@ -137,7 +137,7 @@ jobs:
137137
if: ${{ !matrix.asan }}
138138
uses: ./.github/actions/verify-generated-files
139139
LINUX_X32:
140-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
140+
if: false
141141
name: LINUX_X32_DEBUG_ZTS
142142
runs-on: ubuntu-latest
143143
timeout-minutes: 50
@@ -183,7 +183,7 @@ jobs:
183183
-d zend_extension=opcache.so
184184
-d opcache.enable_cli=1
185185
MACOS_DEBUG_NTS:
186-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
186+
if: false
187187
strategy:
188188
fail-fast: false
189189
matrix:
@@ -254,7 +254,7 @@ jobs:
254254
run: .github/scripts/windows/test.bat
255255
BENCHMARKING:
256256
name: BENCHMARKING
257-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
257+
if: false
258258
runs-on: ubuntu-24.04
259259
timeout-minutes: 50
260260
steps:

0 commit comments

Comments
 (0)