Skip to content

Commit 98bef51

Browse files
authored
ci: Automating GHCR cleanup run every month (#24)
1 parent ebb208b commit 98bef51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ghcr-cleanup.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: GHCR automatic clean up
22

3-
on: workflow_dispatch
3+
on:
4+
schedule:
5+
- cron: 00 05 1 * * # Runs every 1st of each month at 05:00 UTC
46

57
jobs:
68
ghcr-cleanup-job:

0 commit comments

Comments
 (0)