Skip to content

Commit 6f1c14e

Browse files
committed
Fix CI: Remove cloud from matrix
1 parent 09dbc1c commit 6f1c14e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: ${{ !(needs.check_changes.outputs.has-changes == 'true' || github.event_name == 'push') }}
4242
strategy:
4343
matrix:
44-
jamai-mode: ["oss", "cloud"]
44+
jamai-mode: ["oss"]
4545
test-group: [group1, group2, group3, group4]
4646
timeout-minutes: 2
4747
steps:
@@ -55,7 +55,7 @@ jobs:
5555
if: needs.check_changes.outputs.has-changes == 'true' || github.event_name == 'push'
5656
strategy:
5757
matrix:
58-
jamai-mode: ["oss", "cloud"]
58+
jamai-mode: ["oss"]
5959
test-group: [group1, group2, group3, group4]
6060
timeout-minutes: 90
6161

0 commit comments

Comments
 (0)