Remove CI runner for now
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user