Skip to content

Commit 42e3164

Browse files
authored
Merge pull request #741 from control-toolbox/release-v2
ci: disable CT registry for release v2
2 parents 621d670 + 4b60e9f commit 42e3164

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
@@ -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)