Skip to content

Conversation

@zvonkok
Copy link
Collaborator

@zvonkok zvonkok commented Jan 16, 2026

Add gate job that can be set as required status check in branch protection. Passes when CI succeeds or when no code changes (docs-only PRs). Also moves ok-to-test label check to the changes job to avoid unnecessary runs.

Copilot AI review requested due to automatic review settings January 16, 2026 00:05
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request adds a CI Complete gate job for branch protection that can be set as a required status check. The gate job passes when CI succeeds or when there are no code changes (docs-only PRs). The ok-to-test label check is also moved to the changes job to avoid unnecessary runs.

Changes:

  • Renamed workflow from "NVRC CI" to "NVRC E2E" and job from nvrc-ci-on-push to ci
  • Moved ok-to-test label check to the changes job
  • Added new ci-complete gate job that evaluates CI success or docs-only status

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Add gate job that can be set as required status check in branch protection.
Passes when CI succeeds or when no code changes (docs-only PRs). Also moves
ok-to-test label check to the changes job to avoid unnecessary runs.

Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
@zvonkok zvonkok merged commit 570dbc5 into NVIDIA:main Jan 16, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant