mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-17 19:27:00 +00:00
Change workflow to manual trigger only
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 <noreply@anthropic.com>
This commit is contained in:
6
.github/workflows/build-test.yml
vendored
6
.github/workflows/build-test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user