Skip to content

Commit 69d5633

Browse files
authored
Merge pull request #3635 from autonomys/gh-runner-spot-disable
disable spot instances
2 parents 4f77ff4 + 46acc48 commit 69d5633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/runs-on.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runners:
44
ram: [64, 128, 192]
55
disk: default
66
family: ["c7a", "c7i", "m7a", "m7i"]
7-
spot: capacity-optimized
7+
spot: false
88
image: ubuntu22-full-x64
99
# Give runner SSH access to the GitHub SSH keys of these accounts
1010
admins:

0 commit comments

Comments
 (0)