From 51e0f8d0630d1d301bf24db63491c76bbc7feb56 Mon Sep 17 00:00:00 2001 From: Stephen Kilbourn Date: Mon, 30 Dec 2024 10:19:10 -0700 Subject: [PATCH] cleanup copy pasta --- .github/workflows/CI.yml | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 100af15..3cdba01 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -49,31 +49,4 @@ jobs: run: yarn type-check - name: Run unit tests - run: yarn test - - - name: GitHub PR synchronize with Crowdin - runs-on: ubuntu-latest - - needs: [build, test] - if: github.event_name == 'pull_request' - - steps: - - uses: actions/checkout@v4 - with: - ref: ${{ github.event.pull_request.head.sha }} # Crowdin Actions needs to push commits to the PR branch, checkout HEAD commit instead of merge commit - fetch-depth: 0 - - - name: crowdin action - uses: crowdin/github-action@v2 - with: - upload_sources: true - upload_translations: true - download_translations: true - create_pull_request: false - localization_branch_name: ${{ github.head_ref || github.ref_name }} # explanation here: https://stackoverflow.com/a/71158878 - commit_message: 'chore: new Crowdin translations by GitHub Action' - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }} - CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }} \ No newline at end of file + run: yarn test \ No newline at end of file