Skip to content

Commit 9432d0b

Browse files
authored
ci: fix argument for workflow (#18140)
1 parent 0c2f9b7 commit 9432d0b

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/cloud.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,5 @@ jobs:
165165
source_id: ${{ github.event.pull_request.number }}
166166
version: ${{ needs.docker.outputs.tag }}
167167
runner_provider: aws
168+
runner_capacity: spot
168169
target: ${{ needs.info.outputs.target }}

.github/workflows/dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
with:
5555
build_profile: ci
5656
runner_provider: aws
57+
runner_capacity: spot
5758
license_type: trial
5859

5960
ready:

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
with:
4646
build_profile: release
4747
runner_provider: aws
48+
runner_capacity: spot
4849
license_type: enterprise
4950

5051
# macos:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,7 @@ jobs:
600600
source_id: ${{ needs.create_release.outputs.version }}
601601
version: ${{ needs.create_release.outputs.version }}
602602
runner_provider: aws
603+
runner_capacity: spot
603604
target: all
604605

605606
deb:

0 commit comments

Comments
 (0)