Skip to content

Commit 93a43ee

Browse files
authored
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.
1 parent 24b8756 commit 93a43ee

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/turbopack-upload-tests-manifest.yml renamed to .github/workflows/upload-tests-manifest.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Workflow to upload next.js integration test results to KV for https://areweturboyet.com/
22
# This workflow assumes the `next-integration-test` workflow has been executed
33
# and test reports have been uploaded to the `test-results` artifact.
4-
name: Upload Turbopack tests manifest to areweturboyet.com
4+
name: Upload bundler test manifests to areweturboyet.com
55

66
on:
77
schedule:
@@ -12,6 +12,11 @@ on:
1212
description: Next.js version, sha, branch to test
1313
type: string
1414
default: 'canary'
15+
push:
16+
branches:
17+
- canary
18+
paths:
19+
- 'test/*-manifest.json'
1520

1621
jobs:
1722
upload_test_results:

0 commit comments

Comments
 (0)