Skip to content

Commit 873088c

Browse files
committed
ci : change order of the second matrix
to avoid too frequent requests
1 parent 3bfe099 commit 873088c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ jobs:
100100
strategy:
101101
matrix:
102102
model: [
103-
gemini-2.5-flash,
104-
grok-code-fast,
105103
claude-sonnet-4-20250514,
104+
gemini-2.5-flash,
106105
google/gemma-2-9b-it,
106+
grok-code-fast,
107107
sonar
108108
]
109109
fail-fast: false
@@ -137,6 +137,7 @@ jobs:
137137
run: |
138138
. .venv/bin/activate
139139
uv pip list
140+
sleep 1
140141
python3 entrypoint.py
141142
timeout-minutes: 5
142143
- name: Output and Verify

0 commit comments

Comments
 (0)