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