ci: remove redundant docs workflow#725
Conversation
docs-preview-pr.yaml already builds docs with -W (strict mode) on the same path triggers, making docs.yaml a duplicate build. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughA GitHub Actions workflow file for building and validating Sphinx documentation is removed. The workflow previously triggered on pull requests affecting documentation files and ran a job to build HTML documentation in strict mode using Python 3.11 and the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
docs-preview-pr.yaml already builds docs with -W (strict mode) on the same path triggers, making docs.yaml a duplicate build. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs-preview-pr.yaml already builds docs with -W (strict mode) on the same path triggers, making docs.yaml a duplicate build. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs-preview-pr.yaml already builds docs with -W (strict mode) on the same path triggers, making docs.yaml a duplicate build. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs-preview-pr.yaml already builds docs with -W (strict mode) on the same path triggers, making docs.yaml a duplicate build. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix(ci): post docs preview comment with explicit PR number The workflow_run context has no github.event.pull_request.number, so rossjrw/pr-preview-action's internal sticky comment silently skips posting. Disable its built-in comment and add an explicit marocchino/sticky-pull-request-comment step that passes the PR number from the artifact metadata. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * test: test * fix: remove test * ci: revert "revert ci: remove redundant docs workflow (#725)" (#856) This reverts commit 36fa334. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Miyoung Choi <miyoungc@nvidia.com>
This reverts commit b18627f.
* fix(ci): post docs preview comment with explicit PR number The workflow_run context has no github.event.pull_request.number, so rossjrw/pr-preview-action's internal sticky comment silently skips posting. Disable its built-in comment and add an explicit marocchino/sticky-pull-request-comment step that passes the PR number from the artifact metadata. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * test: test * fix: remove test * ci: revert "revert ci: remove redundant docs workflow (NVIDIA#725)" (NVIDIA#856) This reverts commit 36fa334. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Miyoung Choi <miyoungc@nvidia.com>
This reverts commit b18627f.
* fix(ci): post docs preview comment with explicit PR number The workflow_run context has no github.event.pull_request.number, so rossjrw/pr-preview-action's internal sticky comment silently skips posting. Disable its built-in comment and add an explicit marocchino/sticky-pull-request-comment step that passes the PR number from the artifact metadata. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * test: test * fix: remove test * ci: revert "revert ci: remove redundant docs workflow (NVIDIA#725)" (NVIDIA#856) This reverts commit 36fa334. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Miyoung Choi <miyoungc@nvidia.com>
docs-preview-pr.yaml already builds docs with -W (strict mode) on the same path triggers, making docs.yaml a duplicate build. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This reverts commit b18627f.
* fix(ci): post docs preview comment with explicit PR number The workflow_run context has no github.event.pull_request.number, so rossjrw/pr-preview-action's internal sticky comment silently skips posting. Disable its built-in comment and add an explicit marocchino/sticky-pull-request-comment step that passes the PR number from the artifact metadata. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * test: test * fix: remove test * ci: revert "revert ci: remove redundant docs workflow (NVIDIA#725)" (NVIDIA#856) This reverts commit 36fa334. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Miyoung Choi <miyoungc@nvidia.com>
Summary
docs.yamlworkflow —docs-preview-pr.yamlalready builds docs with-W(strict mode) on the same path triggers, making it a duplicate Sphinx build on every doc-touching PR.Test plan
docs-preview-pr.yamlstill triggers and builds successfully on a doc changedocs.yaml🤖 Generated with Claude Code
Summary by CodeRabbit