From 41e430f657dd1f2a296c0a7348e67b0c238d9fae Mon Sep 17 00:00:00 2001 From: Scott Rees <6165315+reesscot@users.noreply.github.com> Date: Tue, 14 Nov 2023 10:37:30 -0700 Subject: [PATCH] chore: disable guides test on publish-next (#4717) --- .github/workflows/publish-next.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-next.yml b/.github/workflows/publish-next.yml index 9b4d46bf13c..6dd10661e5d 100644 --- a/.github/workflows/publish-next.yml +++ b/.github/workflows/publish-next.yml @@ -56,6 +56,7 @@ jobs: DOCSEARCH_DOCS_INDEX_NAME: ${{ secrets.DOCSEARCH_DOCS_INDEX_NAME }} guides: + if: false # temporarily disable job runs-on: ubuntu-latest environment: ci env: