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 7a9e0fb commit f072c3bCopy full SHA for f072c3b
.github/workflows/push.yml
@@ -72,6 +72,7 @@ jobs:
72
# job id, not the job name)
73
key: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}-${{hashFiles('main/php_version.h')}}"
74
append-timestamp: false
75
+ save: ${{ github.event_name != 'pull_request' }}
76
- name: ./configure
77
uses: ./.github/actions/configure-x64
78
with:
@@ -111,6 +112,7 @@ jobs:
111
112
113
key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
114
115
116
117
uses: ./.github/actions/configure-macos
118
0 commit comments