Skip to content

Commit

Permalink
fix(CI): Upload to areweturboyet immediately after a manifest is upda…
Browse files Browse the repository at this point in the history
…ted, not only on a fixed cron schedule (#76688)

I don't have a good way to test this without merging it first.
  • Loading branch information
bgw authored Feb 28, 2025
1 parent 24b8756 commit 93a43ee
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 93a43ee

Please sign in to comment.