Skip to content

Commit 0c8187a

Browse files
ijjkztanner
authored andcommitted
Add NEXT_PRIVATE_SKIP_CANARY_CHECK env for bench job (#73763)
Fixes: https://github.com/vercel/next.js/actions/runs/12263653936/job/34217267903
1 parent e83ab18 commit 0c8187a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/devlow-bench.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const nextBuildWorkflow =
3939
HOSTNAME: process.env.HOSTNAME,
4040
PWD: process.env.PWD,
4141
NEXT_TRACE_UPLOAD_DISABLED: 'true',
42+
NEXT_PRIVATE_SKIP_CANARY_CHECK: 'true',
4243
}
4344

4445
const serverEnv = {

0 commit comments

Comments
 (0)