zeroclaw/.github/workflows
Simian Astronaut 7 67b0ff0ee9 docs: update all internal links to match topic-based directory layout
- Bulk-fix internal links broken by docs/ reorganization into
  topic-based subdirectories
- Cover root READMEs (en/fr/ja/ru/vi/zh-CN), docs hubs, SUMMARY
  TOCs, and all subdirectory docs
- Fix ancillary issues: GitHub URL org name, LICENSE path, Vietnamese
  shim depths, installer rename references

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 23:09:09 -04:00
..
ci-full.yml Update .github/workflows/ci-full.yml 2026-03-05 22:35:07 -05:00
ci.yml fix(ci): remove sccache, keep mold + nextest + no-incremental 2026-03-05 21:53:24 -05:00
master-branch-flow.md docs: update all internal links to match topic-based directory layout 2026-03-09 23:09:09 -04:00
promote-release.yml fix: remove deprecated macos-13 x86_64-apple-darwin target from release pipelines 2026-03-07 10:40:46 -05:00
README.md chore: update .gitignore, CODEOWNERS, and dependabot configuration 2026-03-07 21:05:23 -05:00
release.yml fix: remove deprecated macos-13 x86_64-apple-darwin target from release pipelines 2026-03-07 10:40:46 -05:00

Workflow Directory Layout

GitHub Actions only loads workflow entry files from:

  • .github/workflows/*.yml
  • .github/workflows/*.yaml

Subdirectories are not valid locations for workflow entry files.

Repository convention:

  1. Keep runnable workflow entry files at .github/workflows/ root.
  2. Keep cross-tooling/local CI scripts under dev/ or scripts/ci/ when used outside Actions.

Workflow behavior documentation in this directory:

  • .github/workflows/master-branch-flow.md