From c8d3f80a90da535c9921fccb216e1e7aef2bcb94 Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Sun, 26 Oct 2025 13:54:59 +0100 Subject: [PATCH] Update check_locales.yml --- .github/workflows/check_locales.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check_locales.yml b/.github/workflows/check_locales.yml index 5baba16a0..6d63625d7 100644 --- a/.github/workflows/check_locales.yml +++ b/.github/workflows/check_locales.yml @@ -206,6 +206,8 @@ jobs: --actor ${{ github.event.pull_request.user.login }} \ --reference-file "${REFERENCE_FILE}" \ --branch "pr-branch" \ + --prune \ + --no-backup \ --check \ --files "${FILES_LIST[@]}" > result.txt continue-on-error: true # Continue the job even if this step fails