From eafcb7b67b45f66a15853b96de2f9fafaf39066f Mon Sep 17 00:00:00 2001 From: Egorov Nikita Andreevich Date: Tue, 17 Feb 2026 02:27:05 +0700 Subject: [PATCH] Change cron schedule to run every 12 hours --- .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 7e6411d..38d8e93 100644 --- a/.github/workflows/subnets.yml +++ b/.github/workflows/subnets.yml @@ -3,7 +3,7 @@ name: Update subnets on: workflow_dispatch: schedule: - - cron: '0 * * * *' + - cron: '0 */12 * * *' permissions: contents: write