Skip to content

Commit

Permalink
fix(ci): cache size not honoured (#5738)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Apr 12, 2024
1 parent 5dcbd75 commit d4ff340
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 @@ -90,7 +90,7 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: ./scripts/attach_ebs_cache.sh ${{ inputs.runner_label }} 128
run: ./scripts/attach_ebs_cache.sh ${{ inputs.runner_label }} ${{ inputs.ebs_cache_size_gb }}

- name: Configure and Restart Docker
shell: bash
Expand Down

0 comments on commit d4ff340

Please sign in to comment.