Skip to content

Commit d5caa57

Browse files
committed
Enable save for pull requests for testing
1 parent 244047d commit d5caa57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/ccache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ runs:
2121
key: "${{ steps.cache_key.outputs.key }}"
2222
append-timestamp: false
2323
restore-keys: "${{ steps.cache_key.outputs.prefix }}"
24-
save: ${{ github.event_name != 'pull_request' }}
24+
#save: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)