Skip to content

Commit

Permalink
Self hosted runners changed to the AWS autoscaling instances.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaskov committed Dec 1, 2023
1 parent 22745fb commit a8f5fce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
secrets: inherit

build-linux:
runs-on: [ self-hosted, Linux, amd64 ]
runs-on: [ self-hosted, Linux, X64, aws_autoscaling ]

needs:
- handle-syncwith
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
make-release:
runs-on: [ self-hosted, Linux, amd64 ]
runs-on: [ self-hosted, Linux, X64, aws_autoscaling ]
environment: prod

env:
Expand Down

0 comments on commit a8f5fce

Please sign in to comment.