Skip to content

Commit 6e0e71d

Browse files
committed
chore: do not stop machine on runner_warmer
1 parent c423cdd commit 6e0e71d

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/runner_warmer.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,3 @@ jobs:
3333
steps:
3434
- name: Run task to keep the runner active
3535
run: echo "Keep the runner active"
36-
37-
stop_runner:
38-
runs-on: ubuntu-latest
39-
needs: keep-runner-active
40-
steps:
41-
- name: Configure AWS Credentials
42-
uses: aws-actions/configure-aws-credentials@v4
43-
with:
44-
aws-region: us-west-2
45-
role-to-assume: arn:aws:iam::800406105498:role/RafaelGSS-nodejs-bench-operations
46-
47-
- name: Start Runner
48-
uses: nodesource/aws-eco-runner@v1.0.0-beta.3
49-
with:
50-
instances_id: '["i-065f0f848eb1615ae"]'
51-
action: 'stop'
52-
aws_default_region: 'us-west-2'

0 commit comments

Comments
 (0)