Skip to content

Commit 3800bc3

Browse files
committed
fix: instance type for release flow
1 parent 1b173e9 commit 3800bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
jobs:
2828
prepare:
2929
name: Prepare release
30-
runs-on: [runs-on, runner=8cpu-linux-x64, "run-id=${{ github.run_id }}"]
30+
runs-on: [runs-on, runner=8cpu-linux-x64, spot=false, "run-id=${{ github.run_id }}"]
3131
timeout-minutes: 30
3232
outputs:
3333
tag_name: ${{ steps.release_info.outputs.tag_name }}
@@ -241,7 +241,7 @@ jobs:
241241
fail-fast: false
242242
matrix:
243243
include:
244-
- runner: [runs-on, runner=64cpu-linux-x64, disk=large]
244+
- runner: [runs-on, runner=64cpu-linux-x64, disk=large, spot=false]
245245
platform: linux
246246
arch: x86_64
247247
steps:

0 commit comments

Comments
 (0)