From 7933f0f32c293e4c9f1f4437fbb4c82cf63b35bf Mon Sep 17 00:00:00 2001 From: just-mitch <68168980+just-mitch@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:09:12 -0600 Subject: [PATCH] chore: disable doc builds (#6107) disable temporarily. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f2d4ab8783..22aa6eefad4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,6 +156,7 @@ jobs: docs-preview: needs: setup runs-on: ${{ inputs.username || github.actor }}-x86 + if: github.event.number steps: - { uses: actions/checkout@v4,