chore: update weblate sync workflows

This commit is contained in:
Hintay
2024-10-29 23:51:12 +09:00
parent 383639bdb3
commit adea2b6d57

View File

@@ -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