Skip to content

Commit 3654227

Browse files
committed
Read flaky-test-fix model from its progress branch
1 parent 25b9314 commit 3654227

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/flaky-test-fix.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,8 @@ jobs:
110110
- name: Resolve Copilot model
111111
id: model
112112
run: |
113-
git fetch origin otelbot/code-review-progress || true
114-
model=$(git show origin/otelbot/code-review-progress:model.txt 2>/dev/null | xargs || true)
115-
if [[ -z "$model" ]]; then
116-
model="gpt-5.5"
117-
fi
113+
git fetch origin otelbot/flaky-test-fix-progress
114+
model=$(git show origin/otelbot/flaky-test-fix-progress:model.txt | xargs)
118115
echo "model=$model" >> "$GITHUB_OUTPUT"
119116
120117
- name: Check out fix branch

0 commit comments

Comments
 (0)