Skip to content

Commit fa92893

Browse files
[Cherry-pick] Fix release runner (#5887) (#5888)
Fix release runner (#5887) Update release.yml
1 parent 7458486 commit fa92893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defaults:
1616
jobs:
1717
package:
1818
name: package
19-
runs-on: ubuntu-latest
19+
runs-on: [self-hosted, medium]
2020
container:
2121
image: vesoft/nebula-dev:centos7
2222
steps:

0 commit comments

Comments
 (0)