Update delete-old-releases.yml

This commit is contained in:
XargonWan 2024-01-02 13:37:54 +01:00 committed by GitHub
parent eee266cc57
commit c7a0b72f63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@ name: Clean Old Releases
on:
schedule:
- cron: '0 0 * * *' # Run daily at midnight
workflow_dispatch:
jobs:
clean-releases: