From ebae8bba41fecd969f912ea279c471b8bfb6f7dd Mon Sep 17 00:00:00 2001 From: Xikaro Date: Fri, 27 Feb 2026 11:08:33 +0500 Subject: [PATCH] Update crowdin.yml --- .github/workflows/crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 90cb67161..7a48b7d54 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -117,7 +117,7 @@ jobs: download_language: ${{ github.event.inputs.download_language }} config: crowdin.yml localization_branch_name: ${{ steps.set_branch.outputs.branch_name }} - create_pull_request: ${{ github.event.inputs.skip_pr != 'true' && (github.event.inputs.operation == 'download' || github.event.inputs.operation == 'both') || github.event_name == 'schedule' }} + create_pull_request: ${{ (github.event.inputs.skip_pr != 'true' || github.event.inputs.skip_pr == '') && ((github.event.inputs.operation == 'download' || github.event.inputs.operation == 'both') || github.event_name == 'schedule') }} export_only_approved: ${{ github.event.inputs.export_approved_only || github.event_name == 'schedule' }} commit_message: "[translation] New translations" dryrun_action: ${{ github.event.inputs.dry_run == 'true' }}