Skip to content

Commit 2ae769e

Browse files
committed
save ci resources
1 parent b071dba commit 2ae769e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -193,7 +193,7 @@ jobs:
193193
-d zend_extension=opcache.so
194194
-d opcache.enable_cli=1
195195
MACOS_DEBUG_NTS:
196-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
196+
if: false
197197
strategy:
198198
fail-fast: false
199199
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

0 commit comments

Comments
 (0)