Summary
GitHub Actions CI/CD workflow is currently disabled (set to workflow_dispatch only) to prevent charges.
When to Re-enable
Re-enable automatic triggers once:
How to Re-enable
Edit .github/workflows/ci.yaml:
- Uncomment the push/PR triggers
- Remove or keep
workflow_dispatch as backup
Current Workflow
- Lint: ruff check
- Test: pytest with CPU torch
- Docker Build: GHCR push (main only)
Summary
GitHub Actions CI/CD workflow is currently disabled (set to
workflow_dispatchonly) to prevent charges.When to Re-enable
Re-enable automatic triggers once:
How to Re-enable
Edit
.github/workflows/ci.yaml:workflow_dispatchas backupCurrent Workflow