diff --git a/packages/playground/website/public/wordpress.html b/packages/playground/website/public/wordpress.html index 4219228dc4..2ff2d673f9 100644 --- a/packages/playground/website/public/wordpress.html +++ b/packages/playground/website/public/wordpress.html @@ -126,7 +126,7 @@ } // Verify that the PR exists and that GitHub CI finished building it - const zipArtifactUrl = `/plugin-proxy.php?org=WordPress&repo=wordpress-develop&workflow=Build%20WordPress&artifact=wordpress-build-${prNumber}&pr=${prNumber}`; + const zipArtifactUrl = `/plugin-proxy.php?org=WordPress&repo=wordpress-develop&workflow=Test%20Build%20Processes&artifact=wordpress-build-${prNumber}&pr=${prNumber}`; // Send the HEAD request to zipArtifactUrl to confirm the PR and the artifact both exist const response = await fetch(zipArtifactUrl, { method: 'HEAD' }); if (response.status !== 200) {