We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 621d670 commit 4b60e9fCopy full SHA for 4b60e9f
1 file changed
.github/workflows/CI.yml
@@ -14,7 +14,7 @@ jobs:
14
versions: '["1.12"]'
15
runs_on: '["ubuntu-latest", "macos-latest"]'
16
runner_type: 'github'
17
- use_ct_registry: true
+ use_ct_registry: false
18
secrets:
19
SSH_KEY: ${{ secrets.SSH_KEY }}
20
@@ -25,6 +25,6 @@ jobs:
25
versions: '["1"]'
26
runs_on: '[["kkt"]]'
27
runner_type: 'self-hosted'
28
29
30
0 commit comments