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 1bf42b4 commit 402f3a9Copy full SHA for 402f3a9
.github/workflows/nightly.yml
@@ -801,6 +801,7 @@ jobs:
801
with:
802
key: "${{github.job}}-${{hashFiles('php/main/php_version.h')}}"
803
append-timestamp: false
804
+ save: ${{ github.event_name != 'pull_request' }}
805
- name: build PHP
806
run: |
807
cd php
.github/workflows/push.yml
@@ -225,6 +225,7 @@ jobs:
225
226
key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
227
228
229
- name: ./configure
230
231
set -x
0 commit comments