From adea2b6d57279caeb7dbd0a23a3818cdc3e59637 Mon Sep 17 00:00:00 2001 From: Hintay Date: Tue, 29 Oct 2024 23:51:12 +0900 Subject: [PATCH] chore: update weblate sync workflows --- .github/workflows/weblate-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weblate-sync.yml b/.github/workflows/weblate-sync.yml index b1c6c494..617b7270 100644 --- a/.github/workflows/weblate-sync.yml +++ b/.github/workflows/weblate-sync.yml @@ -66,7 +66,7 @@ jobs: name: Sync Weblate Branch runs-on: ubuntu-latest needs: [check, force-update] - if: ${{ needs.check.outputs.ahead > 0 && always() }} + if: ${{ needs.check.outputs.ahead > 0 || needs.check.outputs.behind > 0 && always() }} steps: - name: Checkout uses: actions/checkout@v4