From b9db23efa3f72e2d1e34c70290cd9dbc09be3434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benoi=CC=82t=20Rouleau?= Date: Mon, 15 Apr 2024 22:20:30 -0400 Subject: [PATCH] =?UTF-8?q?Do=20not=20run=20=E2=80=9CNext.js=20Bundle=20An?= =?UTF-8?q?alysis=E2=80=9D=20workflow=20in=20Crowdin=20PRs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/next-js-bundle-analysis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/next-js-bundle-analysis.yml b/.github/workflows/next-js-bundle-analysis.yml index f2c82585c054..abd3066c3a78 100644 --- a/.github/workflows/next-js-bundle-analysis.yml +++ b/.github/workflows/next-js-bundle-analysis.yml @@ -9,14 +9,15 @@ on: jobs: analyze: + if: contains(github.head_ref, 'crowdin') == false + runs-on: ubuntu-latest + env: working-directory: website defaults: run: working-directory: ${{ env.working-directory }} - runs-on: ubuntu-latest - steps: - name: Cancel Previous Runs uses: styfle/cancel-workflow-action@0.9.1