mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
chore: update weblate sync workflows
This commit is contained in:
parent
383639bdb3
commit
adea2b6d57
1 changed files with 1 additions and 1 deletions
2
.github/workflows/weblate-sync.yml
vendored
2
.github/workflows/weblate-sync.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue