chore(action): add self-host runner support. (#3155)

This commit is contained in:
majinghe
2026-06-01 15:11:50 +08:00
committed by GitHub
parent 97dd825468
commit 4d2f13af6f
8 changed files with 25 additions and 25 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ permissions:
jobs:
build-helm-package:
runs-on: ubicloud-standard-2
runs-on: rustfs
if: |
github.event_name == 'workflow_dispatch' ||
(
@@ -99,7 +99,7 @@ jobs:
retention-days: 1
publish-helm-package:
runs-on: ubicloud-standard-2
runs-on: rustfs
needs: [ build-helm-package ]
if: needs.build-helm-package.result == 'success'