We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9e0fb commit 096adfbCopy full SHA for 096adfb
.github/workflows/push.yml
@@ -72,6 +72,7 @@ jobs:
72
# job id, not the job name)
73
key: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}-${{hashFiles('main/php_version.h')}}"
74
append-timestamp: false
75
+ save: ${{ github.event_name != 'pull_request' }}
76
- name: ./configure
77
uses: ./.github/actions/configure-x64
78
with:
0 commit comments