1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

CI: Do not save ccache for PRs for LINUX_X32

see #14168 which added this for all other builds
see 69dbfadd1e which added the LINUX_X32 build
This commit is contained in:
Tim Düsterhus
2025-10-04 20:00:50 +02:00
parent 5dd764b1b3
commit db65d22ce2

View File

@@ -140,6 +140,7 @@ jobs:
with:
key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
append-timestamp: false
save: ${{ github.event_name != 'pull_request' }}
- name: ./configure
uses: ./.github/actions/configure-x32
with: