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