molecule-core/.github/workflows
Hongming Wang 945016d104 fix(ci): skip CI jobs for docs-only PRs using path filters
CI now detects which paths changed and skips irrelevant jobs:
- Platform (Go): only runs when platform/** changes
- Canvas (Next.js): only runs when canvas/** changes
- Python Lint: only runs when workspace-template/** changes
- Shellcheck: only runs when tests/e2e/** or scripts/** change
- E2E API: only runs when platform/** or tests/e2e/** change

Docs-only PRs (*.md, docs/**) skip all 5 jobs, saving ~15 min of
runner time per PR. Uses dorny/paths-filter for the CI workflow and
native paths: filter for the E2E workflow.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-17 10:09:39 -07:00
..
ci.yml fix(ci): skip CI jobs for docs-only PRs using path filters 2026-04-17 10:09:39 -07:00
e2e-api.yml fix(ci): skip CI jobs for docs-only PRs using path filters 2026-04-17 10:09:39 -07:00
publish-canvas-image.yml fix(ci): bypass docker login + macOS Keychain for image publish 2026-04-16 09:25:20 -07:00
publish-platform-image.yml fix(ci): remove Fly registry from publish pipeline, push tenant to GHCR 2026-04-16 18:26:26 -07:00