Skip to content

Commit 69a94c5

Browse files
JanJakesakirk
authored andcommitted
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 1a7608c commit 69a94c5

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)