From 2ccd4435818e761817a6ee10d030789cebcead5b Mon Sep 17 00:00:00 2001 From: Adam Newbold Date: Mon, 1 Dec 2025 20:24:41 -0500 Subject: [PATCH] Update ai_robots_update.yml with workflow_dispatch Adding workflow_dispatch to enable manual triggers of this schedule job (for testing) --- .github/workflows/ai_robots_update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ai_robots_update.yml b/.github/workflows/ai_robots_update.yml index 17c1cc8..e3f0dbf 100644 --- a/.github/workflows/ai_robots_update.yml +++ b/.github/workflows/ai_robots_update.yml @@ -2,6 +2,7 @@ name: Updates for AI robots files on: schedule: - cron: "0 0 * * *" + workflow_dispatch: jobs: dark-visitors: