Skip to content

Commit eed71d8

Browse files
committed
Comment out moonshot test job in CI workflow
1 parent da386cc commit eed71d8

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/CI.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
test-github:
1313
uses: control-toolbox/CTActions/.github/workflows/ci.yml@main
1414

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'
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'

0 commit comments

Comments
 (0)