We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cloud
1 parent 09dbc1c commit 6f1c14eCopy full SHA for 6f1c14e
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
if: ${{ !(needs.check_changes.outputs.has-changes == 'true' || github.event_name == 'push') }}
42
strategy:
43
matrix:
44
- jamai-mode: ["oss", "cloud"]
+ jamai-mode: ["oss"]
45
test-group: [group1, group2, group3, group4]
46
timeout-minutes: 2
47
steps:
@@ -55,7 +55,7 @@ jobs:
55
if: needs.check_changes.outputs.has-changes == 'true' || github.event_name == 'push'
56
57
58
59
60
timeout-minutes: 90
61
0 commit comments