We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b8756 commit 93a43eeCopy full SHA for 93a43ee
.github/workflows/turbopack-upload-tests-manifest.yml renamed to .github/workflows/upload-tests-manifest.yml
@@ -1,7 +1,7 @@
1
# Workflow to upload next.js integration test results to KV for https://areweturboyet.com/
2
# This workflow assumes the `next-integration-test` workflow has been executed
3
# and test reports have been uploaded to the `test-results` artifact.
4
-name: Upload Turbopack tests manifest to areweturboyet.com
+name: Upload bundler test manifests to areweturboyet.com
5
6
on:
7
schedule:
@@ -12,6 +12,11 @@ on:
12
description: Next.js version, sha, branch to test
13
type: string
14
default: 'canary'
15
+ push:
16
+ branches:
17
+ - canary
18
+ paths:
19
+ - 'test/*-manifest.json'
20
21
jobs:
22
upload_test_results:
0 commit comments