From 73e8793f178d7a07a96fbb22a98b1cc0e4345c1d Mon Sep 17 00:00:00 2001 From: Xikaro Date: Wed, 25 Feb 2026 11:42:39 +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 2fb91ec88..829e601ad 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -126,7 +126,7 @@ jobs: # CROWDIN_ID: ${{ vars.CROWDIN_ID }} upload: - if: github.event.inputs.operation == 'upload' || github.event.inputs.operation == 'both' || github.event_name == 'push' + if: github.event.inputs.operation == 'upload' || github.event.inputs.operation == 'both' || github.event_name == 'push' || github.event_name == 'schedule' runs-on: ubuntu-latest steps: - name: Checkout repository