Skip to content

Commit 60c688e

Browse files
committed
Tolerate legacy WP cache save races
Do not fail the legacy boot job if another workflow run saves the same WordPress ZIP cache key first.
1 parent 606501a commit 60c688e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ jobs:
508508
run: node packages/playground/wordpress/tests/download-legacy-wp-zips.mjs /tmp/legacy-wordpress-zips
509509
- name: Save legacy WordPress ZIP cache
510510
if: steps.legacy-wp-zip-cache.outputs.cache-hit != 'true'
511+
continue-on-error: true
511512
uses: actions/cache/save@v4
512513
with:
513514
path: /tmp/legacy-wordpress-zips

0 commit comments

Comments
 (0)