From 40043ffcbd60c6d81ad9e79eef477ec04bd453f1 Mon Sep 17 00:00:00 2001 From: Egorov Nikita Andreevich Date: Tue, 17 Feb 2026 02:27:52 +0700 Subject: [PATCH] Remove workflow_run trigger from build.yml Removed 'workflow_run' trigger for 'Update subnets'. --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ccc3c00..8065929 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,6 @@ name: Build rule sets on: push: - workflow_run: - workflows: "Update subnets" - types: completed permissions: contents: write