From 1f59682b94b877a090f772a4e0c1acde12eb6dbc Mon Sep 17 00:00:00 2001 From: Egorov Nikita Andreevich Date: Wed, 11 Feb 2026 09:42:23 +0700 Subject: [PATCH] Change cron schedule to run weekly on all days --- .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 60ce0d2..fd2e41f 100644 --- a/.github/workflows/subnets.yml +++ b/.github/workflows/subnets.yml @@ -5,7 +5,7 @@ on: branches: - master schedule: - - cron: '0 0 * * 1' + - cron: '0 0 * * *' permissions: contents: write