Modify to ubicloud

This commit is contained in:
loverustfs
2025-12-19 09:42:21 +08:00
parent 1d111464f9
commit 889c67f359
9 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ env:
jobs:
build-helm-package:
runs-on: ubuntu-latest
runs-on: ubicloud-standard-4
# Only run on successful builds triggered by tag pushes (version format: x.y.z or x.y.z-suffix)
if: |
github.event.workflow_run.conclusion == 'success' &&
@@ -63,7 +63,7 @@ jobs:
retention-days: 1
publish-helm-package:
runs-on: ubuntu-latest
runs-on: ubicloud-standard-4
needs: [ build-helm-package ]
steps: