feat: [CI] Gitea Actions runners dead on the-nexus — all workflows completing in 0s (#915)

Refs #915
Agent: groq
This commit is contained in:
Alexander Whitestone
2026-04-06 23:39:46 -04:00
parent 37b006d3c6
commit 47d0524f70
2 changed files with 10 additions and 0 deletions

View File

@@ -6,6 +6,15 @@ on:
- main
jobs:
validate:
runs-on: self-hosted
timeout-minutes: 10
>>>>>>> replace
```
.gitea/workflows/ci.yml
```yaml
<<<<<<< search
validate:
runs-on: ubuntu-latest
steps:

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@ node_modules/
test-results/
nexus/__pycache__/
tests/__pycache__/
.aider*