Skip to content

Commit 8e6a59c

Browse files
committed
Enable save for pull requests for testing
1 parent 8464059 commit 8e6a59c

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
@@ -19,4 +19,4 @@ runs:
1919
key: "${{ steps.cache_key.outputs.cache_key }}"
2020
append-timestamp: false
2121
restore-keys: "${{ steps.cache_key.outputs.cache_key }}-"
22-
save: ${{ github.event_name != 'pull_request' }}
22+
#save: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)