From f8da9a7532dd6a2f727a30342c107cc68f87f790 Mon Sep 17 00:00:00 2001 From: Ravi Chandra Sekhar Sarika Date: Thu, 11 Jun 2026 15:49:39 +0530 Subject: [PATCH 1/3] chore(ci): stop publishing docs from task-refactor --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 48651744e..8c95dbf59 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -152,6 +152,7 @@ jobs: name: Publish - Documentation needs: [publish-npm,analyze-changes] runs-on: ubuntu-latest + if: github.ref_name == 'next' steps: - name: Documentation Deploy Steps From b554229e075178936cc2bea2fd9de1f71cfbfeb3 Mon Sep 17 00:00:00 2001 From: Ravi Chandra Sekhar Sarika Date: Thu, 11 Jun 2026 17:21:08 +0530 Subject: [PATCH 2/3] chore(ci): stop deploy workflow on task-refactor --- .github/workflows/deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8c95dbf59..b25871a71 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,7 +5,6 @@ on: push: branches: # Allow list of deployable tags and branches. Note that all allow-listed branches cannot include any `/` characters - next - - task-refactor env: rid: ${{ github.run_id }}-${{ github.run_number }} @@ -152,7 +151,6 @@ jobs: name: Publish - Documentation needs: [publish-npm,analyze-changes] runs-on: ubuntu-latest - if: github.ref_name == 'next' steps: - name: Documentation Deploy Steps From 3e6333ffd2b114677b12b48b8d55029febc4e2f7 Mon Sep 17 00:00:00 2001 From: Ravi Chandra Sekhar Sarika Date: Thu, 11 Jun 2026 18:45:50 +0530 Subject: [PATCH 3/3] chore(ci): gate docs publish on next only --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b25871a71..8c95dbf59 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,6 +5,7 @@ on: push: branches: # Allow list of deployable tags and branches. Note that all allow-listed branches cannot include any `/` characters - next + - task-refactor env: rid: ${{ github.run_id }}-${{ github.run_number }} @@ -151,6 +152,7 @@ jobs: name: Publish - Documentation needs: [publish-npm,analyze-changes] runs-on: ubuntu-latest + if: github.ref_name == 'next' steps: - name: Documentation Deploy Steps