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.
2 parents 85371ec + b8aa68b commit 1bf42b4Copy full SHA for 1bf42b4
.github/workflows/push.yml
@@ -105,6 +105,7 @@ jobs:
105
# job id, not the job name)
106
key: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}-${{hashFiles('main/php_version.h')}}"
107
append-timestamp: false
108
+ save: ${{ github.event_name != 'pull_request' }}
109
- name: ./configure
110
uses: ./.github/actions/configure-x64
111
with:
@@ -150,6 +151,7 @@ jobs:
150
151
152
key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
153
154
155
156
uses: ./.github/actions/configure-macos
157
0 commit comments