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 (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
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