Skip to content

Commit 0dee809

Browse files
committed
Remove workflow changes
1 parent 9a149a7 commit 0dee809

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ env:
4646
CXX: ccache g++
4747
jobs:
4848
LINUX_X64:
49-
if: false
49+
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
5050
services:
5151
mysql:
5252
image: mysql:8.3
@@ -135,7 +135,7 @@ jobs:
135135
if: ${{ !matrix.asan }}
136136
uses: ./.github/actions/verify-generated-files
137137
LINUX_X32:
138-
if: false
138+
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
139139
name: LINUX_X32_DEBUG_ZTS
140140
runs-on: ubuntu-latest
141141
container:
@@ -181,7 +181,7 @@ jobs:
181181
-d zend_extension=opcache.so
182182
-d opcache.enable_cli=1
183183
MACOS_DEBUG_NTS:
184-
if: false
184+
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
185185
runs-on: macos-14
186186
steps:
187187
- name: git checkout
@@ -242,7 +242,7 @@ jobs:
242242
run: .github/scripts/windows/test.bat
243243
BENCHMARKING:
244244
name: BENCHMARKING
245-
if: false
245+
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
246246
runs-on: ubuntu-22.04
247247
steps:
248248
- name: git checkout
@@ -338,7 +338,7 @@ jobs:
338338
$(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.sha }}) \
339339
> $GITHUB_STEP_SUMMARY
340340
FREEBSD:
341-
if: false
341+
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
342342
name: FREEBSD
343343
runs-on: ubuntu-latest
344344
timeout-minutes: 50

0 commit comments

Comments
 (0)