Skip to content

Commit 469ad32

Browse files
committed
[skip ci] Backport 0e7ef95 and 4f0d4c0
1 parent ca5fe40 commit 469ad32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ env:
4141
CXX: ccache g++
4242
jobs:
4343
LINUX_X64:
44+
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
4445
strategy:
4546
fail-fast: false
4647
matrix:
@@ -94,6 +95,7 @@ jobs:
9495
- name: Verify generated files are up to date
9596
uses: ./.github/actions/verify-generated-files
9697
MACOS_DEBUG_NTS:
98+
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
9799
runs-on: macos-12
98100
steps:
99101
- name: git checkout
@@ -126,6 +128,7 @@ jobs:
126128
- name: Verify generated files are up to date
127129
uses: ./.github/actions/verify-generated-files
128130
WINDOWS:
131+
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
129132
name: WINDOWS_X64_ZTS
130133
runs-on: windows-2019
131134
env:

0 commit comments

Comments
 (0)