From 45e1e6c8b7e36a31ac332cea037450abcf43a463 Mon Sep 17 00:00:00 2001 From: Shang Chieh Tseng Date: Mon, 15 Dec 2025 14:38:09 +0800 Subject: [PATCH] Change workflow to manual trigger only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove automatic triggers on push/PR to avoid slow builds running unexpectedly. Use workflow_dispatch for manual control. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .github/workflows/build-test.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index a545db62..33c66991 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -1,11 +1,7 @@ name: Build and Test on: - push: - branches: [main] - pull_request: - branches: [main] - workflow_dispatch: + workflow_dispatch: # Manual trigger only env: TESTLINK_URL: http://localhost:8090