Skip to content

Commit 891e4a5

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: [skip ci] Backport 0e7ef95 and 4f0d4c0
2 parents 42443b4 + 469ad32 commit 891e4a5

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
@@ -42,6 +42,7 @@ env:
4242
CXX: ccache g++
4343
jobs:
4444
LINUX_X64:
45+
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
4546
strategy:
4647
fail-fast: false
4748
matrix:
@@ -98,6 +99,7 @@ jobs:
9899
- name: Verify generated files are up to date
99100
uses: ./.github/actions/verify-generated-files
100101
MACOS_DEBUG_NTS:
102+
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
101103
runs-on: macos-12
102104
steps:
103105
- name: git checkout
@@ -131,6 +133,7 @@ jobs:
131133
- name: Verify generated files are up to date
132134
uses: ./.github/actions/verify-generated-files
133135
WINDOWS:
136+
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
134137
name: WINDOWS_X64_ZTS
135138
runs-on: windows-2019
136139
env:

0 commit comments

Comments
 (0)