From 495d38bfdd87aa0e1b8b6844453d9abf022775bc Mon Sep 17 00:00:00 2001 From: Max Prilutskiy <5614659+maxprilutskiy@users.noreply.github.com> Date: Thu, 29 Aug 2024 00:42:06 +0200 Subject: [PATCH] chore: [skip i18n] switch pr's i18n job to in-branch mode --- .github/workflows/pr.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 77d7ceba5b67f6..c9b8494dd3e73f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -114,12 +114,11 @@ jobs: - run: find apps/web/public/static/locales/** -name "common.json" | xargs git checkout ${{ github.event.pull_request.head.sha }} -- if: ${{ github.event.pull_request.head.sha != '' }} shell: bash + - run: git checkout ${{ github.event.pull_request.head.sha }} -- i18n.json + if: ${{ github.event.pull_request.head.sha != '' }} - uses: replexica/replexica@main - env: - GH_TOKEN: ${{ github.token }} with: api-key: ${{ secrets.CI_REPLEXICA_API_KEY }} - pull-request: true type-check: name: Type check