Skip to content

Commit ed1ba8c

Browse files
committed
Ignore other tests again
1 parent b04291b commit ed1ba8c

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
@@ -42,7 +42,7 @@ env:
4242
CXX: ccache g++
4343
jobs:
4444
LINUX_X64:
45-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
45+
if: false
4646
services:
4747
mysql:
4848
image: mysql:8.3
@@ -145,7 +145,7 @@ jobs:
145145
- name: Verify generated files are up to date
146146
uses: ./.github/actions/verify-generated-files
147147
WINDOWS:
148-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
148+
if: false
149149
name: WINDOWS_X64_ZTS
150150
runs-on: windows-2022
151151
env:
@@ -171,7 +171,7 @@ jobs:
171171
- name: Test
172172
run: .github/scripts/windows/test.bat
173173
FREEBSD:
174-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
174+
if: false
175175
name: FREEBSD
176176
runs-on: ubuntu-latest
177177
steps:

0 commit comments

Comments
 (0)