ci: rename .github/workflows -> .gitea/workflows (post-suspension sweep)
All checks were successful
CI / test (3.11) (pull_request) Successful in 1m28s
CI / test (3.12) (pull_request) Successful in 1m41s

GitHub org Molecule-AI was suspended 2026-05-06; SCM moved to Gitea
(git.moleculesai.app). The wholesale `git push --mirror` migration left
workflow files under .github/workflows/, which Gitea Actions does NOT
read - it reads .gitea/workflows/ exclusively.

This rename + the cross-repo `uses:` path rewrite are the minimum
edits to make CI fire on this repo again. The workflow content itself
is not modified (other than the path rewrites and lowercasing of the
old `Molecule-AI` org reference to the post-suspension `molecule-ai`).

Refs: feedback_post_suspension_migration_must_sweep_dormant_repos
This commit is contained in:
Molecule AI · infra-sre 2026-05-10 14:12:18 -07:00
parent b29ce85137
commit b12f39005f
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ permissions:
contents: read
# OIDC token for PyPI trusted-publisher auth — no secret token needed.
# PyPI side: register
# github.com/Molecule-AI/codex-channel-molecule
# git.moleculesai.app/molecule-ai/codex-channel-molecule
# workflow=publish.yml environment=pypi
# under "Trusted publisher management" on the codex-channel-molecule
# PyPI project page (see README "Releasing" section).