File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 59
59
60
60
echo "run_smoke_tests=false" >> $GITHUB_OUTPUT
61
61
62
- smoke- gpt-4o-2024-05-13 :
62
+ gpt-4o-2024-05-13 :
63
63
needs : check-label
64
64
if : ${{ needs.check-label.outputs.run_smoke_tests == 'true' }}
65
65
runs-on : ubuntu-22.04
88
88
export PATH="$(pwd)/bin:${PATH}"
89
89
make smoke
90
90
91
- smoke- gpt-4-turbo-2024-04-09 :
91
+ gpt-4-turbo-2024-04-09 :
92
92
needs : check-label
93
93
if : ${{ needs.check-label.outputs.run_smoke_tests == 'true' }}
94
94
runs-on : ubuntu-22.04
@@ -117,7 +117,7 @@ jobs:
117
117
export PATH="$(pwd)/bin:${PATH}"
118
118
make smoke
119
119
120
- smoke- claude-3-opus-20240229 :
120
+ claude-3-opus-20240229 :
121
121
needs : check-label
122
122
if : ${{ needs.check-label.outputs.run_smoke_tests == 'true' }}
123
123
runs-on : ubuntu-22.04
@@ -147,7 +147,7 @@ jobs:
147
147
export PATH="$(pwd)/bin:${PATH}"
148
148
make smoke
149
149
150
- smoke- mistral-large-2402 :
150
+ mistral-large-2402 :
151
151
needs : check-label
152
152
if : ${{ needs.check-label.outputs.run_smoke_tests == 'true' }}
153
153
runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments