We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244047d commit d5caa57Copy full SHA for d5caa57
.github/actions/ccache/action.yml
@@ -21,4 +21,4 @@ runs:
21
key: "${{ steps.cache_key.outputs.key }}"
22
append-timestamp: false
23
restore-keys: "${{ steps.cache_key.outputs.prefix }}"
24
- save: ${{ github.event_name != 'pull_request' }}
+ #save: ${{ github.event_name != 'pull_request' }}
0 commit comments