CI/AI translate: change path filter action
This commit is contained in:
parent
80b96a3166
commit
6b8e3358d6
1 changed files with 5 additions and 5 deletions
10
.github/workflows/translation-ai-check.yml
vendored
10
.github/workflows/translation-ai-check.yml
vendored
|
|
@ -22,16 +22,16 @@ jobs:
|
|||
- name: Checkout source code
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- uses: dorny/paths-filter@v3
|
||||
- uses: yumemi-inc/path-filter@v2
|
||||
id: changes
|
||||
with:
|
||||
filters: |
|
||||
i18n:
|
||||
- 'src/i18n/**'
|
||||
patterns: |
|
||||
src/i18n/**
|
||||
|
||||
review:
|
||||
name: Review Translation
|
||||
needs: changes
|
||||
if: ${{ needs.changes.outputs.i18n == 'true' }}
|
||||
if: ${{ needs.changes.outputs.exists == 'true' }}
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
OPENAI_MODEL: gpt-5-mini
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue