File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/godot-cache-restore Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020 restore-keys : ${{ inputs.cache-name }}|${{ github.event.repository.default_branch }}
2121
2222 - name : Log default cache files
23- if : github.ref_name != github.event.repository.default_branch
23+ if : steps.cache-ping.outputs.cache-matched-key && github.ref_name != github.event.repository.default_branch
2424 shell : sh
25- run : test -d "${{ inputs.scons-cache }}" && find "${{ inputs.scons-cache }}" >> redundant.txt
25+ run : find "${{ inputs.scons-cache }}" >> redundant.txt
2626
2727 # This is done after pulling the default cache so that PRs can integrate any potential changes
2828 # from the default branch without conflicting with whatever local changes were already made.
You can’t perform that action at this time.
0 commit comments