Skip to content

Commit 14d7a71

Browse files
inyellowbusbvscd
authored andcommitted
ci(node): fix runs-on to use runner group syntax
1 parent a7fe8ed commit 14d7a71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/node-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ env:
1414

1515
jobs:
1616
container:
17-
runs-on: ton-large
17+
runs-on:
18+
group: ton-large
1819
permissions:
1920
contents: read
2021
packages: write

0 commit comments

Comments
 (0)