We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3168167 commit c29ca68Copy full SHA for c29ca68
.github/workflows/delete-old-packages.yml
@@ -2,6 +2,7 @@ name: Cleanup Packages
2
on:
3
schedule:
4
- cron: "0 18 * * *"
5
+ workflow_dispatch:
6
7
jobs:
8
cleanup:
0 commit comments