From b849606e94847f5dc6623ccd5bdca94991237c7e Mon Sep 17 00:00:00 2001 From: Leo Fang Date: Tue, 5 Aug 2025 08:43:03 +0000 Subject: [PATCH] disable doc build on the backport branch --- .github/workflows/ci.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f748737aa..63f9155f8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,21 +91,21 @@ jobs: host-platform: ${{ matrix.host-platform }} build-ctk-ver: ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }} - doc: - name: Docs - if: ${{ github.repository_owner == 'nvidia' }} - # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages - permissions: - id-token: write - contents: write - pull-requests: write - needs: - - ci-vars - - build - secrets: inherit - uses: ./.github/workflows/build-docs.yml - with: - build-ctk-ver: ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }} +# doc: +# name: Docs +# if: ${{ github.repository_owner == 'nvidia' }} +# # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +# permissions: +# id-token: write +# contents: write +# pull-requests: write +# needs: +# - ci-vars +# - build +# secrets: inherit +# uses: ./.github/workflows/build-docs.yml +# with: +# build-ctk-ver: ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }} checks: name: Check job status @@ -115,6 +115,6 @@ jobs: - build - test-linux - test-windows - - doc +# - doc secrets: inherit uses: ./.github/workflows/status-check.yml