Skip to content

Commit 0c577c2

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: CI: Do not save ccache for PRs for LINUX_X32
2 parents 22b5569 + 90e2708 commit 0c577c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ jobs:
167167
with:
168168
key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
169169
append-timestamp: false
170+
save: ${{ github.event_name != 'pull_request' }}
170171
- name: ./configure
171172
uses: ./.github/actions/configure-x32
172173
with:

0 commit comments

Comments
 (0)