Skip to content

Commit

Permalink
Improve cache clearing
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Jul 25, 2024
1 parent eff9bb8 commit 747eb08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cache_cleaner.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Cache clearing action after closing PR
run-name: Cache clearing

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ jobs:
uses: yumemi-inc/clean-cache-action@v1
with:
ref: ${{ github.event.ref }}
key: ${{ runner.os }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
key: ${{ runner.os }}-ccache

- name: Install TurboJPEG
shell: powershell
Expand Down

0 comments on commit 747eb08

Please sign in to comment.