From 629df5f03944c50c509c8320c0d989cbca2790cc Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Tue, 16 Dec 2025 17:08:01 -0300 Subject: [PATCH] Disable auto-trigger CI - manual only via workflow_dispatch --- .forgejo/workflows/bottest.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/bottest.yaml b/.forgejo/workflows/bottest.yaml index 0815f9a..440db10 100644 --- a/.forgejo/workflows/bottest.yaml +++ b/.forgejo/workflows/bottest.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: test: