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:
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/push.yml
vendored
1
.github/workflows/push.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user