We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbde29c commit ea7b0bfCopy full SHA for ea7b0bf
1 file changed
.github/workflows/Build.yml
@@ -229,7 +229,7 @@ jobs:
229
# ------------------------------------------------------------------------------------------------------
230
- name: Cache static site content - Windows
231
id: cache_windows
232
- if: runner.os == 'Windows' || github.event_name == 'workflow_dispatch'
+ if: runner.os == 'Windows' || github.event_name == 'workflow_dispatch' || github.event_name != 'push'
233
uses: actions/cache@v4
234
with:
235
path:
@@ -248,8 +248,6 @@ jobs:
248
./**
249
key:
250
cache-site-linux-${{github.run_number}}
251
- enableCrossOsArchive:
252
- true
253
254
255
- name: Cache static site content - macOS
0 commit comments