Skip to content

Commit

Permalink
weekly cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Savitha Raghunathan <saveetha13@gmail.com>
  • Loading branch information
savitharaghunathan committed Oct 11, 2024
1 parent 0f521ee commit bda803c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
release_timestamp=$(date --date="$release_date" +%s)
age_in_days=$(( (current_date - release_timestamp) / 86400 ))
if [ $age_in_days -gt 0 ]; then
if [ $age_in_days -gt 7 ]; then
echo "Deleting prerelease $release_id (created at $release_date) and tag $tag_name"
# Delete the prerelease
Expand Down

0 comments on commit bda803c

Please sign in to comment.