From 552f0a75c86a9b5708c6cffa4326506bab810bb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Fri, 6 Feb 2026 10:13:00 +0100 Subject: [PATCH] Speed up post review comment workflow --- .github/workflows/preview_comment.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview_comment.yaml b/.github/workflows/preview_comment.yaml index 046184b6f2..e16c75e06e 100644 --- a/.github/workflows/preview_comment.yaml +++ b/.github/workflows/preview_comment.yaml @@ -22,8 +22,9 @@ jobs: steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 + + - name: Fetch base branch for comparison + run: git fetch origin ${{ github.base_ref }} --depth=1 - name: Create comment for changed files run: |