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

CI: Do not save the ccache for PRs (#14168)

Resolves #14155
This commit is contained in:
Tim Düsterhus
2024-05-07 20:52:10 +02:00
committed by GitHub
parent 7a9e0fb39b
commit b8aa68bc09

View File

@@ -72,6 +72,7 @@ jobs:
# job id, not the job name)
key: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}-${{hashFiles('main/php_version.h')}}"
append-timestamp: false
save: ${{ github.event_name != 'pull_request' }}
- name: ./configure
uses: ./.github/actions/configure-x64
with:
@@ -111,6 +112,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-macos
with: