mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
🔨 chore: update vercel build ignore mode (#6189)
This commit is contained in:
@@ -5,7 +5,7 @@ const branchName = process.env.VERCEL_GIT_COMMIT_REF || '';
|
||||
|
||||
function shouldProceedBuild() {
|
||||
// 如果是 lighthouse 分支或以 testgru 开头的分支,取消构建
|
||||
if (branchName === 'lighthouse' || branchName.startsWith('testgru')) {
|
||||
if (branchName === 'lighthouse' || branchName.startsWith('gru/')) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user