From 2ac9ded2ac56da300c7bc0fb75142ed17f60edbf Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sat, 22 Nov 2025 13:56:41 +0000 Subject: [PATCH] ci: fix ai workflow for the nth time --- .github/workflows/translation-ai-check.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.github/workflows/translation-ai-check.yml b/.github/workflows/translation-ai-check.yml index 0972b81f..d6a62a60 100644 --- a/.github/workflows/translation-ai-check.yml +++ b/.github/workflows/translation-ai-check.yml @@ -14,26 +14,9 @@ permissions: issues: write jobs: - changes: - name: Check i18n changes - if: ${{ github.event_name == 'pull_request_target' || (github.event_name == 'issue_comment' && github.event.action == 'created' && github.event.issue.pull_request != null && github.event.comment.user.login == 'vaxerski' && github.event.comment.body == 'ai, please recheck' ) }} - runs-on: ubuntu-latest - outputs: - exists: ${{ steps.changes.outputs.exists }} - steps: - - name: Checkout source code - uses: actions/checkout@v5 - - - uses: yumemi-inc/path-filter@v2 - id: changes - with: - patterns: | - src/i18n/** - review: name: Review Translation - needs: changes - if: needs.changes.outputs.exists == 'true' + if: ${{ github.event_name == 'pull_request_target' || (github.event_name == 'issue_comment' && github.event.action == 'created' && github.event.issue.pull_request != null && github.event.comment.user.login == 'vaxerski' && github.event.comment.body == 'ai, please recheck' ) }} runs-on: ubuntu-latest env: OPENAI_MODEL: gpt-5-mini