From da4c9b7bd75a2808c3a687e9a96fd01793684758 Mon Sep 17 00:00:00 2001 From: komodo Date: Sun, 14 Dec 2025 14:14:19 +0000 Subject: [PATCH] [Komodo] Commit Sync: update master_sync.toml --- master_sync.toml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/master_sync.toml b/master_sync.toml index 8c6ecc5..11fcbc4 100644 --- a/master_sync.toml +++ b/master_sync.toml @@ -716,23 +716,6 @@ await komodo.execute('GlobalAutoUpdate', {server: "unraid"}); ## -[[action]] -name = "Prune Images" -[action.config] -schedule = "Every Sunday at noon" -schedule_timezone = "America/New_York" -file_contents = """ - - -// Get Tag Id. The API should throw if it's not found, but we employ safety checks just in case - -// Deploy all stacks, minus the excluded ones -console.log('PruneImages'); -await komodo.execute('PruneImages', {server: "unraid"}); -""" - -## - [[builder]] name = "local" [builder.config]