Skip to content

Commit 1bf42b4

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: CI: Do not save the ccache for PRs (#14168)
2 parents 85371ec + b8aa68b commit 1bf42b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
# job id, not the job name)
106106
key: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}-${{hashFiles('main/php_version.h')}}"
107107
append-timestamp: false
108+
save: ${{ github.event_name != 'pull_request' }}
108109
- name: ./configure
109110
uses: ./.github/actions/configure-x64
110111
with:
@@ -150,6 +151,7 @@ jobs:
150151
with:
151152
key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
152153
append-timestamp: false
154+
save: ${{ github.event_name != 'pull_request' }}
153155
- name: ./configure
154156
uses: ./.github/actions/configure-macos
155157
with:

0 commit comments

Comments
 (0)