Skip to content

Commit bc6a69f

Browse files
committed
fix(ci): explicitly set CCM_DISABLE_EMBEDDER=1 in CI workflows
1 parent aebe0a6 commit bc6a69f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/eval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
eval:
1212
runs-on: ubuntu-latest
1313
env:
14-
EMBEDDING_PROVIDER: openai
14+
CCM_DISABLE_EMBEDDER: "1"
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Release quality gate
1717
runs-on: ubuntu-latest
1818
env:
19-
EMBEDDING_PROVIDER: openai
19+
CCM_DISABLE_EMBEDDER: "1"
2020
steps:
2121
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
2222
- uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4 # stable

0 commit comments

Comments
 (0)