We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da386cc commit eed71d8Copy full SHA for eed71d8
1 file changed
.github/workflows/CI.yml
@@ -12,11 +12,11 @@ jobs:
12
test-github:
13
uses: control-toolbox/CTActions/.github/workflows/ci.yml@main
14
15
- # Job for the self-hosted runner moonshot (GPU/CUDA)
16
- test-moonshot:
17
- uses: control-toolbox/CTActions/.github/workflows/ci.yml@main
18
- with:
19
- versions: '["1"]'
20
- runs_on: '["moonshot"]'
21
- archs: '["x64"]'
22
- runner_type: 'self-hosted'
+ # # Job for the self-hosted runner moonshot (GPU/CUDA)
+ # test-moonshot:
+ # uses: control-toolbox/CTActions/.github/workflows/ci.yml@main
+ # with:
+ # versions: '["1"]'
+ # runs_on: '["moonshot"]'
+ # archs: '["x64"]'
+ # runner_type: 'self-hosted'
0 commit comments