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