mirror of
https://github.com/immich-app/immich.git
synced 2025-03-18 02:31:28 -05:00
fix: weblate pre-job not running (#16802)
* chore: add debug step to weblate pre-job * fix: weblate enforce lock missing needs for pre-job
This commit is contained in:
parent
b9ecdf9286
commit
e0a09f2ea0
1 changed files with 7 additions and 0 deletions
7
.github/workflows/weblate-lock.yml
vendored
7
.github/workflows/weblate-lock.yml
vendored
|
@ -18,8 +18,15 @@ jobs:
|
|||
filters: |
|
||||
i18n:
|
||||
- 'i18n/!(en)**\.json'
|
||||
- name: Debug
|
||||
run: |
|
||||
echo "Should run: ${{ steps.found_paths.outputs.i18n == 'true' && github.head_ref != 'chore/translations'}}"
|
||||
echo "Found i18n paths: ${{ steps.found_paths.outputs.i18n }}"
|
||||
echo "Head ref: ${{ github.head_ref }}"
|
||||
|
||||
enforce-lock:
|
||||
name: Check Weblate Lock
|
||||
needs: [ pre-job ]
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ needs.pre-job.outputs.should_run == 'true' }}
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue