mirror of
https://github.com/RetroDECK/Cooker.git
synced 2024-11-22 05:05:39 +00:00
Update delete-old-releases.yml
This commit is contained in:
parent
eee266cc57
commit
c7a0b72f63
1
.github/workflows/delete-old-releases.yml
vendored
1
.github/workflows/delete-old-releases.yml
vendored
|
@ -3,6 +3,7 @@ name: Clean Old Releases
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *' # Run daily at midnight
|
- cron: '0 0 * * *' # Run daily at midnight
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
clean-releases:
|
clean-releases:
|
||||||
|
|
Loading…
Reference in a new issue