Skip to content

Commit 341c994

Browse files
committed
Testing
1 parent ffa95af commit 341c994

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/push.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
fail-fast: false
6464
matrix:
6565
include:
66-
- debug: false
67-
zts: false
68-
asan: false
66+
# - debug: false
67+
# zts: false
68+
# asan: false
6969
- debug: true
7070
zts: true
7171
asan: true
@@ -131,7 +131,7 @@ jobs:
131131
if: ${{ !matrix.asan }}
132132
uses: ./.github/actions/verify-generated-files
133133
MACOS_DEBUG_NTS:
134-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
134+
if: false
135135
runs-on: macos-13
136136
steps:
137137
- name: git checkout
@@ -164,7 +164,7 @@ jobs:
164164
- name: Verify generated files are up to date
165165
uses: ./.github/actions/verify-generated-files
166166
WINDOWS:
167-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
167+
if: false
168168
name: WINDOWS_X64_ZTS
169169
runs-on: windows-2019
170170
env:
@@ -190,6 +190,7 @@ jobs:
190190
- name: Test
191191
run: .github/scripts/windows/test.bat
192192
FREEBSD:
193+
if: false
193194
name: FREEBSD
194195
runs-on: ubuntu-latest
195196
steps:

0 commit comments

Comments
 (0)