mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-06-20 15:56:03 +08:00
chore: update weblate sync workflows
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user