cicd
Installation
SKILL.md
CI/CD Guide
How CI Works
NeMo-RL CI runs on GitHub Actions. Workflows live in .github/workflows/.
The main test workflow triggers on pushes to pull-request/<number> branches.
These branches are created automatically by copy-pr-bot when a contributor
pushes to their fork and the PR receives a trust signal:
- The commit is GPG-signed by a maintainer, or
- A maintainer posts
/ok to test <full-sha>as a PR comment.
Triggering CI
After pushing a new commit to your PR, trigger CI with: