We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606501a commit 60c688eCopy full SHA for 60c688e
1 file changed
.github/workflows/ci.yml
@@ -508,6 +508,7 @@ jobs:
508
run: node packages/playground/wordpress/tests/download-legacy-wp-zips.mjs /tmp/legacy-wordpress-zips
509
- name: Save legacy WordPress ZIP cache
510
if: steps.legacy-wp-zip-cache.outputs.cache-hit != 'true'
511
+ continue-on-error: true
512
uses: actions/cache/save@v4
513
with:
514
path: /tmp/legacy-wordpress-zips
0 commit comments