diff --git a/.github/workflows/ci-cd-pull-request.yml b/.github/workflows/ci-cd-pull-request.yml index 13087055dedc..ff6e64c6916a 100644 --- a/.github/workflows/ci-cd-pull-request.yml +++ b/.github/workflows/ci-cd-pull-request.yml @@ -8,6 +8,7 @@ env: jobs: build: + if: contains(github.head_ref, 'crowdin') == false runs-on: ubuntu-latest steps: - name: Checkout the repo