zeroclaw/.github/workflows
Dmitrii Mukhutdinov 1e49af224e
fix(observability): handle missing OtelObserver match arms and add all-features CI check (#3981)
Add missing CacheHit/CacheMiss match arms to OtelObserver::record_event. Add check-all-features CI job to prevent --all-features compile regressions.
2026-03-24 15:29:56 +03:00
..
checks-on-pr.yml ci: add x86_64-pc-windows-msvc to build matrix (#3449) 2026-03-13 21:45:08 -04:00
ci-run.yml fix(observability): handle missing OtelObserver match arms and add all-features CI check (#3981) 2026-03-24 15:29:56 +03:00
cross-platform-build-manual.yml fix(ci): include channel-lark feature in precompiled release binaries (#3933) (#3972) 2026-03-24 15:26:26 +03:00
master-branch-flow.md ci: add x86_64-pc-windows-msvc to build matrix (#3449) 2026-03-13 21:45:08 -04:00
pub-aur.yml fix(ci): harden AUR SSH key setup and add diagnostics (#3952) 2026-03-24 15:26:27 +03:00
pub-homebrew-core.yml fix: add Node.js build dependency to Homebrew formula template (#3996) 2026-03-24 15:27:55 +03:00
pub-scoop.yml ci: auto-sync Scoop and AUR on stable release (#3743) 2026-03-24 15:17:21 +03:00
publish-crates-auto.yml fix(ci): make crates.io publish idempotent across all workflows 2026-03-24 15:17:16 +03:00
publish-crates.yml fix(ci): make crates.io publish idempotent across all workflows 2026-03-24 15:17:16 +03:00
README.md chore: update .gitignore, CODEOWNERS, and dependabot configuration 2026-03-07 21:05:23 -05:00
release-beta-on-push.yml build(release): drop stale docker feature args 2026-03-24 15:27:53 +03:00
release-stable-manual.yml build(release): drop stale docker feature args 2026-03-24 15:27:53 +03:00
tweet-release.yml fix: only tweet for stable releases, not beta builds (#3808) 2026-03-24 15:17:27 +03: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