Skip to content

Commit

Permalink
ci: Automating GHCR cleanup run every month (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfacchinelli authored Mar 28, 2024
1 parent ebb208b commit 98bef51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ghcr-cleanup.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: GHCR automatic clean up

on: workflow_dispatch
on:
schedule:
- cron: 00 05 1 * * # Runs every 1st of each month at 05:00 UTC

jobs:
ghcr-cleanup-job:
Expand Down

0 comments on commit 98bef51

Please sign in to comment.