mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: CI: Do not save the ccache for PRs (#14168)
This commit is contained in:
commit
1bf42b4eb4
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -105,6 +105,7 @@ jobs:
|
||||
# job id, not the job name)
|
||||
key: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}-${{hashFiles('main/php_version.h')}}"
|
||||
append-timestamp: false
|
||||
save: ${{ github.event_name != 'pull_request' }}
|
||||
- name: ./configure
|
||||
uses: ./.github/actions/configure-x64
|
||||
with:
|
||||
@ -150,6 +151,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:
|
||||
|
Loading…
Reference in New Issue
Block a user