mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-27 05:24:34 -07:00
ci(evals): use origin remote for trigger check
This commit is contained in:
@@ -12,8 +12,8 @@ const EVALS_FILE_PREFIXES = [
|
|||||||
|
|
||||||
function main() {
|
function main() {
|
||||||
try {
|
try {
|
||||||
// Fetch main branch to compare against. Use || true to avoid failing if already up to date or no remote.
|
// Fetch main branch from origin.
|
||||||
execSync('git fetch https://github.com/google-gemini/gemini-cli.git main', {
|
execSync('git fetch origin main', {
|
||||||
stdio: 'ignore',
|
stdio: 'ignore',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user