Skip to content

Commit

Permalink
Add cleanup log
Browse files Browse the repository at this point in the history
  • Loading branch information
chippmann committed Oct 10, 2024
1 parent ddd4e8b commit 43a8710
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/trigger_cleanup_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
# Check if the folder is older than 7 days
if [ $age_days -gt 7 ]; then
# Delete the folder
echo "Cleaning cache $folder"
mc rm --recursive --force s3/$S3_BUCKET/$folder
fi
fi
Expand Down

0 comments on commit 43a8710

Please sign in to comment.