From a4e0c7d63117af89c4c5cbb521dd1bb19ee6c10b Mon Sep 17 00:00:00 2001 From: Egorov Nikita Andreevich Date: Wed, 11 Feb 2026 15:11:26 +0700 Subject: [PATCH] Change cron schedule to run hourly --- .github/workflows/subnets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/subnets.yml b/.github/workflows/subnets.yml index 2a2e783..a4510f6 100644 --- a/.github/workflows/subnets.yml +++ b/.github/workflows/subnets.yml @@ -2,7 +2,7 @@ name: Update subnets on: schedule: - - cron: '0 0 * * *' + - cron: '0 * * * *' permissions: contents: write