Skip to content

Commit d7f8a5f

Browse files
brianmichelcompnerd
authored andcommitted
Only setup local cache when arn is missing
1 parent 990c717 commit d7f8a5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/setup-sccache/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ runs:
6767
variant: sccache
6868

6969
- name: Setup sccache (local)
70+
if: inputs.aws-arn == ''
7071
uses: hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
7172
with:
7273
max-size: ${{ inputs.disk-max-size }}

0 commit comments

Comments
 (0)