veza/.github/workflows
senke 8fc08935ab fix(ci): migrate .github/workflows to self-hosted runner + gate heavy workflows
The forgejo-runner on srv-102v advertises labels `incus:host,self-hosted:host`,
so jobs pinned to `ubuntu-latest` matched no runner and exited in 0s.

- ci.yml / security-scan.yml / trivy-fs.yml: runs-on → [self-hosted, incus]
- e2e.yml / go-fuzz.yml / loadtest.yml: same migration AND gate triggers to
  workflow_dispatch only (push/pull_request/schedule commented out) — single
  self-hosted runner, heavy suites would block the queue.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-01 00:08:38 +02:00
..
ci.yml fix(ci): migrate .github/workflows to self-hosted runner + gate heavy workflows 2026-05-01 00:08:38 +02:00
e2e.yml fix(ci): migrate .github/workflows to self-hosted runner + gate heavy workflows 2026-05-01 00:08:38 +02:00
go-fuzz.yml fix(ci): migrate .github/workflows to self-hosted runner + gate heavy workflows 2026-05-01 00:08:38 +02:00
loadtest.yml fix(ci): migrate .github/workflows to self-hosted runner + gate heavy workflows 2026-05-01 00:08:38 +02:00
security-scan.yml fix(ci): migrate .github/workflows to self-hosted runner + gate heavy workflows 2026-05-01 00:08:38 +02:00
trivy-fs.yml fix(ci): migrate .github/workflows to self-hosted runner + gate heavy workflows 2026-05-01 00:08:38 +02:00