Skip to content

Commit 57d8fc8

Browse files
hotfix matrix
1 parent 5a5adc7 commit 57d8fc8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/matrix.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"name": "turing",
44
"imageNamePrefix": "turing-",
5-
"runOn": "main",
5+
"runOn": "always",
66
"sccache": true,
77
"cudaComputeCap": 75,
88
"extraBuildArgs": "DEFAULT_USE_FLASH_ATTENTION=False",
@@ -21,7 +21,7 @@
2121
{
2222
"name": "a10",
2323
"imageNamePrefix": "86-",
24-
"runOn": "main",
24+
"runOn": "always",
2525
"sccache": true,
2626
"cudaComputeCap": 86,
2727
"grpc": true,
@@ -30,7 +30,7 @@
3030
{
3131
"name": "RTX 4000",
3232
"imageNamePrefix": "89-",
33-
"runOn": "main",
33+
"runOn": "always",
3434
"sccache": true,
3535
"cudaComputeCap": 89,
3636
"grpc": true,
@@ -39,7 +39,7 @@
3939
{
4040
"name": "Hopper",
4141
"imageNamePrefix": "hopper-",
42-
"runOn": "main",
42+
"runOn": "always",
4343
"sccache": true,
4444
"cudaComputeCap": 90,
4545
"grpc": true,
@@ -48,15 +48,15 @@
4848
{
4949
"name": "All",
5050
"imageNamePrefix": "cuda-",
51-
"runOn": "main",
51+
"runOn": "always",
5252
"sccache": false,
5353
"grpc": false,
5454
"dockerfile": "Dockerfile-cuda-all"
5555
},
5656
{
5757
"name": "cpu",
5858
"imageNamePrefix": "cpu-",
59-
"runOn": "main",
59+
"runOn": "always",
6060
"sccache": true,
6161
"grpc": true,
6262
"dockerfile": "Dockerfile"

0 commit comments

Comments
 (0)