From 6a5710eefd4907e462e9b82f98b852b8a6cd6a8a Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Thu, 21 May 2026 23:36:56 +0200 Subject: [PATCH] ci: disable automatic push triggers for V2 Agentic Builder The workflow is now strictly manual (workflow_dispatch only) to prevent unwanted executions and better manage API quotas. --- .github/workflows/agentic_v2_builder.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/agentic_v2_builder.yml b/.github/workflows/agentic_v2_builder.yml index 8722e8cf..0905d2d4 100644 --- a/.github/workflows/agentic_v2_builder.yml +++ b/.github/workflows/agentic_v2_builder.yml @@ -15,12 +15,6 @@ on: description: 'Enrich GitHub Metadata (fetch stars/license for V2 logic)' type: boolean default: false - push: - branches: [ develop ] - paths: - - 'docs/**' - - 'data/inventory.yaml' - - 'src/v2_optimizer.py' permissions: contents: write