From 6ec4c60757d9ceeb92482bcc3a4524a44650124b Mon Sep 17 00:00:00 2001 From: Elvinas Valenas Date: Tue, 4 Aug 2026 15:44:16 +0300 Subject: [PATCH] feat: limited fetch depth --- .github/workflows/simorgh-misc-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/simorgh-misc-checks.yml b/.github/workflows/simorgh-misc-checks.yml index 56c5fececf3..f57c4f73335 100644 --- a/.github/workflows/simorgh-misc-checks.yml +++ b/.github/workflows/simorgh-misc-checks.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-depth: '0' + fetch-depth: '100' - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4