Skip to content

Commit 4b60e9f

Browse files
committed
ci: disable CT registry for release v2
- Set use_ct_registry to false for both CPU and GPU jobs - Ensures stable release without registry dependencies
1 parent 621d670 commit 4b60e9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
versions: '["1.12"]'
1515
runs_on: '["ubuntu-latest", "macos-latest"]'
1616
runner_type: 'github'
17-
use_ct_registry: true
17+
use_ct_registry: false
1818
secrets:
1919
SSH_KEY: ${{ secrets.SSH_KEY }}
2020

@@ -25,6 +25,6 @@ jobs:
2525
versions: '["1"]'
2626
runs_on: '[["kkt"]]'
2727
runner_type: 'self-hosted'
28-
use_ct_registry: true
28+
use_ct_registry: false
2929
secrets:
3030
SSH_KEY: ${{ secrets.SSH_KEY }}

0 commit comments

Comments
 (0)