Remove CI runner for now

This commit is contained in:
adilallo
2026-01-29 20:32:31 -07:00
parent 16166f5cc5
commit ca42982dea
12 changed files with 39 additions and 273 deletions
+6 -4
View File
@@ -2,10 +2,12 @@ name: CI Pipeline
run-name: "${{ gitea.actor }} triggered CI pipeline"
on:
workflow_dispatch: {}
pull_request:
branches: [main]
types: [opened, reopened, synchronize]
workflow_dispatch: {} # Manual trigger only - run tests locally before merging
# Auto-runs disabled for solo development
# Re-enable when ready for collaborators:
# pull_request:
# branches: [main]
# types: [opened, reopened, synchronize]
env:
NODE_VERSION: "20"