From 172bc3d9b8d1ee39504a140385920bcb45e61f5f Mon Sep 17 00:00:00 2001 From: Egorov Nikita Andreevich Date: Thu, 12 Feb 2026 19:19:28 +0700 Subject: [PATCH] Rename job from linux-build to update-subnets --- .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 f2def1a..7e6411d 100644 --- a/.github/workflows/subnets.yml +++ b/.github/workflows/subnets.yml @@ -9,7 +9,7 @@ permissions: contents: write jobs: - linux-build: + update-subnets: runs-on: ubuntu-latest steps: - name: Checkout sources