CI: Do not save the ccache for PRs (8.3+)

see GH-14168
This commit is contained in:
Tim Düsterhus 2024-05-07 20:53:33 +02:00
parent 1bf42b4eb4
commit 402f3a923f
No known key found for this signature in database
GPG Key ID: 8FF75566094168AF
2 changed files with 2 additions and 0 deletions

View File

@ -801,6 +801,7 @@ jobs:
with:
key: "${{github.job}}-${{hashFiles('php/main/php_version.h')}}"
append-timestamp: false
save: ${{ github.event_name != 'pull_request' }}
- name: build PHP
run: |
cd php

View File

@ -225,6 +225,7 @@ jobs:
with:
key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
append-timestamp: false
save: ${{ github.event_name != 'pull_request' }}
- name: ./configure
run: |
set -x