Compare commits

...

1 Commits

Author SHA1 Message Date
Alexander Whitestone
1dedc27366 feat: [CI] Gitea Actions runners dead on the-nexus — all workflows completing in 0s (#915)
Refs #915
Agent: groq
2026-04-06 23:40:54 -04:00
2 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ on:
jobs:
validate:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4

1
.gitignore vendored
View File

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