molecule-core/.github/workflows
Hongming Wang e093f121f0 fix(ci): use github.event.before for push diff, fetch-depth 0
HEAD~1 doesn't work for merge commits. Use github.event.before (the
previous main tip) for push events and github.event.pull_request.base.sha
for PRs. fetch-depth: 0 ensures both SHAs are available.

Fallback: if BASE is empty (new branch), run all jobs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-17 20:23:28 -07:00
..
ci.yml fix(ci): use github.event.before for push diff, fetch-depth 0 2026-04-17 20:23:28 -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