From 497e489af7adc0918303a352322a184b730c1fd9 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Tue, 16 Dec 2025 17:07:24 -0300 Subject: [PATCH] Disable auto-trigger CI - manual only via workflow_dispatch --- .forgejo/workflows/botdevice.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/botdevice.yaml b/.forgejo/workflows/botdevice.yaml index be53fb3..15c2d93 100644 --- a/.forgejo/workflows/botdevice.yaml +++ b/.forgejo/workflows/botdevice.yaml @@ -1,10 +1,12 @@ name: GBCI on: - push: - branches: ["main"] - pull_request: - branches: ["main"] + workflow_dispatch: + # Disabled auto-trigger - enable when needed + # push: + # branches: ["main"] + # pull_request: + # branches: ["main"] jobs: build: