Skip to content

Commit

Permalink
set prefix list for main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-forbes-cp committed Nov 22, 2024
1 parent 4db6fd3 commit 2dc230a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cache_clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Define unique cache prefixes for deletion
# TODO set prefixes correctly
CACHE_PREFIX_LIST: "llvm-ubuntu- codeql-trap- sccache-sccache-"
CACHE_PREFIX_LIST: "codeql-trap- sccache-sccache-"
run: |
# Install gh cache manager extension
gh extension install actions/gh-actions-cache
Expand Down

0 comments on commit 2dc230a

Please sign in to comment.