Skip to content

Commit 096adfb

Browse files
committed
CI: Do not save the ccache for PRs
Resolves #14155
1 parent 7a9e0fb commit 096adfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
# job id, not the job name)
7373
key: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}-${{hashFiles('main/php_version.h')}}"
7474
append-timestamp: false
75+
save: ${{ github.event_name != 'pull_request' }}
7576
- name: ./configure
7677
uses: ./.github/actions/configure-x64
7778
with:

0 commit comments

Comments
 (0)