Skip to content

Commit

Permalink
ci: Exclude CPU machines from scan
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <[email protected]>
  • Loading branch information
ko3n1g committed Nov 15, 2024
1 parent ed244d9 commit f6edb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/monitor-vms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
| jq -c '[
.runners[]
| select(.status == "online")
| select(.name | contains("gpu"))
| select(.name | contains("cpu") | not)
| {
"vm": .name,
"n_gpus": [
Expand Down

0 comments on commit f6edb86

Please sign in to comment.