We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e1addf + 51275be commit b79817bCopy full SHA for b79817b
1 file changed
.github/workflows/push.yml
@@ -163,6 +163,7 @@ jobs:
163
with:
164
key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
165
append-timestamp: false
166
+ save: ${{ github.event_name != 'pull_request' }}
167
- name: ./configure
168
uses: ./.github/actions/configure-x32
169
0 commit comments