loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'chore(ci): do not remove tags from forgejo-integration' (#4923) from earl-warren/forgejo:wip-integration-cleanup into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4923
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>

-1
-1
.forgejo/workflows/forgejo-integration-cleanup.yml
··· 33 33 if test $published_at_seconds -le $too_old_seconds ; then 34 34 echo "$version was published more than $old ago ($published_at <= $too_old) and will be removed" 35 35 curl -X DELETE -sS "$url/api/v1/repos/forgejo-integration/forgejo/releases/tags/$version" 36 - curl -X DELETE -sS "$url/api/v1/repos/forgejo-integration/forgejo/tags/$version" 37 36 else 38 37 echo "$version was published less than $old ago" 39 38 fi