We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb208b commit 98bef51Copy full SHA for 98bef51
.github/workflows/ghcr-cleanup.yml
@@ -1,6 +1,8 @@
1
name: GHCR automatic clean up
2
3
-on: workflow_dispatch
+on:
4
+ schedule:
5
+ - cron: 00 05 1 * * # Runs every 1st of each month at 05:00 UTC
6
7
jobs:
8
ghcr-cleanup-job:
0 commit comments