We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd764b commit db65d22Copy full SHA for db65d22
1 file changed
.github/workflows/push.yml
@@ -140,6 +140,7 @@ jobs:
140
with:
141
key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
142
append-timestamp: false
143
+ save: ${{ github.event_name != 'pull_request' }}
144
- name: ./configure
145
uses: ./.github/actions/configure-x32
146
0 commit comments