Skip to content

Commit

Permalink
Add sccache repo to nightly cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Sep 9, 2024
1 parent 34e4587 commit 6226fea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/aql/wpilib-generic-gradle-cache_unused.aql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
{
"aql": {
"items.find": {
"repo": "wpilib-generic-gradlecache",
"$or":[
{ "repo": "wpilib-generic-gradlecache" },
{ "repo": "wpilib-generic-cache-cmake" }
],
"$or":[
{
"stat.downloaded": { "$before":"1mo" }
Expand Down

0 comments on commit 6226fea

Please sign in to comment.