From eaadb01b8f5add2c9eaf6fb1fc6ef05e7f45c269 Mon Sep 17 00:00:00 2001 From: Artem Savchenko Date: Sun, 22 Feb 2026 14:35:30 +0700 Subject: [PATCH] Skip change log verification Signed-off-by: Artem Savchenko --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f8853587e..8f0e9bcc63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,8 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 22 - - name: Verify Change Logs - run: node common/scripts/install-run-rush.js change --verify + # - name: Verify Change Logs + # run: node common/scripts/install-run-rush.js change --verify - name: Rush Install run: node common/scripts/install-run-rush.js install - name: Rush validate