From 6df1accfe8c4ebc41b459f96c6234e62d0efafc6 Mon Sep 17 00:00:00 2001 From: Ravi Chandra Sekhar Sarika Date: Thu, 11 Jun 2026 19:26:42 +0530 Subject: [PATCH] chore(ci): add no-op next deploy comment --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3525fa018..6d142532c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,7 +4,7 @@ run-name: ${{ github.actor }} is running Deploy CD on: push: branches: # Allow list of deployable tags and branches. Note that all allow-listed branches cannot include any `/` characters - - next + - next # primary deploy branch env: rid: ${{ github.run_id }}-${{ github.run_number }}