Skip to content

Commit

Permalink
fix: don't refcount spot (#5812)
Browse files Browse the repository at this point in the history
This logic has proven tricky and is taking down builds early.

I may have found the mistake, but its best to make sure everything is
stable without this
AztecProtocol/ec2-action-builder@95568a1
  • Loading branch information
ludamad committed Apr 17, 2024
1 parent f7d5cf2 commit 98e8da0
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 @@ -57,7 +57,7 @@ jobs:
group: start-builder-${{ inputs.runner_label }}
steps:
- name: Start EC2 runner
uses: AztecProtocol/ec2-action-builder@v0.12
uses: AztecProtocol/ec2-action-builder@v0.13
with:
github_token: ${{ secrets.GH_SELF_HOSTED_RUNNER_TOKEN }}
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 98e8da0

Please sign in to comment.