ci: use hosted runners for light jobs (#3181)

This commit is contained in:
安正超
2026-06-02 23:17:56 +08:00
committed by GitHub
parent 15be56f242
commit 14aaab9406
6 changed files with 20 additions and 19 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ permissions:
jobs:
build-helm-package:
runs-on: rustfs
runs-on: ubuntu-latest
if: |
github.event_name == 'workflow_dispatch' ||
(
@@ -99,7 +99,7 @@ jobs:
retention-days: 1
publish-helm-package:
runs-on: rustfs
runs-on: ubuntu-latest
needs: [ build-helm-package ]
if: needs.build-helm-package.result == 'success'