From 93a43eed02dcc23b0478f743ff007f33454f41b2 Mon Sep 17 00:00:00 2001 From: Benjamin Woodruff Date: Fri, 28 Feb 2025 14:13:32 -0800 Subject: [PATCH] fix(CI): Upload to areweturboyet immediately after a manifest is updated, not only on a fixed cron schedule (#76688) I don't have a good way to test this without merging it first. --- ...upload-tests-manifest.yml => upload-tests-manifest.yml} | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) rename .github/workflows/{turbopack-upload-tests-manifest.yml => upload-tests-manifest.yml} (89%) diff --git a/.github/workflows/turbopack-upload-tests-manifest.yml b/.github/workflows/upload-tests-manifest.yml similarity index 89% rename from .github/workflows/turbopack-upload-tests-manifest.yml rename to .github/workflows/upload-tests-manifest.yml index 597bf4954163d..865ad620d6565 100644 --- a/.github/workflows/turbopack-upload-tests-manifest.yml +++ b/.github/workflows/upload-tests-manifest.yml @@ -1,7 +1,7 @@ # Workflow to upload next.js integration test results to KV for https://areweturboyet.com/ # This workflow assumes the `next-integration-test` workflow has been executed # and test reports have been uploaded to the `test-results` artifact. -name: Upload Turbopack tests manifest to areweturboyet.com +name: Upload bundler test manifests to areweturboyet.com on: schedule: @@ -12,6 +12,11 @@ on: description: Next.js version, sha, branch to test type: string default: 'canary' + push: + branches: + - canary + paths: + - 'test/*-manifest.json' jobs: upload_test_results: