mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-03 05:20:38 -05:00
chore: update make-empty-github-commit to fix test-other-projects (#18078)
This commit is contained in:
@@ -25,7 +25,7 @@ const isRightBranch = () => {
|
||||
process.env.APPVEYOR_REPO_COMMIT_MESSAGE || ''
|
||||
).includes('[build binary]')
|
||||
|
||||
const branchesToBuildBinary = ['develop', 'windows-code-signing']
|
||||
const branchesToBuildBinary = ['develop', 'fix-test-other-projects']
|
||||
|
||||
return branchesToBuildBinary.includes(branch) || shouldForceBinaryBuild
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user