mirror of
https://github.com/andreicscs/HoneyWire
synced 2026-06-26 12:39:53 +00:00
only run manually the ghcr cleanup
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
name: Prune Untagged Docker Images
|
||||
|
||||
on:
|
||||
workflow_dispatch: # Allows you to run it manually
|
||||
schedule:
|
||||
- cron: '0 0 * * 0' # Runs automatically every Sunday at midnight
|
||||
workflow_dispatch: # Allows you to trigger this manually from the Actions tab
|
||||
|
||||
jobs:
|
||||
clean-ghcr:
|
||||
|
||||
Reference in New Issue
Block a user