Преглед на файлове

chore: update weblate sync workflows

Hintay преди 6 месеца
родител
ревизия
adea2b6d57
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .github/workflows/weblate-sync.yml

+ 1 - 1
.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