Skip to content

Commit

Permalink
fix: check if a runner is available + safer refcount for spot life (#…
Browse files Browse the repository at this point in the history
…5793)

See commits for action
AztecProtocol/ec2-action-builder@v0.8...v0.10
This should cause less trying to contact a dying spot + spot dying
incorrectly
TODO probably bundle action into monorepo at this point
  • Loading branch information
ludamad authored Apr 16, 2024
1 parent 0fafaef commit 67077a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Start EC2 runner
uses: AztecProtocol/ec2-action-builder@v0.8
uses: AztecProtocol/ec2-action-builder@v0.10
with:
github_token: ${{ secrets.GH_SELF_HOSTED_RUNNER_TOKEN }}
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 67077a1

Please sign in to comment.