We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5fe40 commit 469ad32Copy full SHA for 469ad32
1 file changed
.github/workflows/push.yml
@@ -41,6 +41,7 @@ env:
41
CXX: ccache g++
42
jobs:
43
LINUX_X64:
44
+ if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
45
strategy:
46
fail-fast: false
47
matrix:
@@ -94,6 +95,7 @@ jobs:
94
95
- name: Verify generated files are up to date
96
uses: ./.github/actions/verify-generated-files
97
MACOS_DEBUG_NTS:
98
99
runs-on: macos-12
100
steps:
101
- name: git checkout
@@ -126,6 +128,7 @@ jobs:
126
128
127
129
130
WINDOWS:
131
132
name: WINDOWS_X64_ZTS
133
runs-on: windows-2019
134
env:
0 commit comments