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
+4 -4
View File
@@ -78,7 +78,7 @@ jobs:
permissions:
actions: write
contents: read
runs-on: ubuntu-latest
runs-on: ubicloud-standard-4
outputs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
@@ -93,7 +93,7 @@ jobs:
typos:
name: Typos
runs-on: ubuntu-latest
runs-on: ubicloud-standard-4
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
@@ -104,7 +104,7 @@ jobs:
name: Test and Lint
needs: skip-check
if: needs.skip-check.outputs.should_skip != 'true'
runs-on: ubuntu-latest
runs-on: ubicloud-standard-4
timeout-minutes: 60
steps:
- name: Checkout repository
@@ -136,7 +136,7 @@ jobs:
name: End-to-End Tests
needs: skip-check
if: needs.skip-check.outputs.should_skip != 'true'
runs-on: ubuntu-latest
runs-on: ubicloud-standard-4
timeout-minutes: 30
steps:
- name: Checkout repository