We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42443b4 + 469ad32 commit 891e4a5Copy full SHA for 891e4a5
.github/workflows/push.yml
@@ -42,6 +42,7 @@ env:
42
CXX: ccache g++
43
jobs:
44
LINUX_X64:
45
+ if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
46
strategy:
47
fail-fast: false
48
matrix:
@@ -98,6 +99,7 @@ jobs:
98
99
- name: Verify generated files are up to date
100
uses: ./.github/actions/verify-generated-files
101
MACOS_DEBUG_NTS:
102
103
runs-on: macos-12
104
steps:
105
- name: git checkout
@@ -131,6 +133,7 @@ jobs:
131
133
132
134
135
WINDOWS:
136
137
name: WINDOWS_X64_ZTS
138
runs-on: windows-2019
139
env:
0 commit comments