diff --git a/.github/workflows/code_style.yml b/.github/workflows/code_style.yml index 6b13b8c1ced82..38729cb257ba2 100644 --- a/.github/workflows/code_style.yml +++ b/.github/workflows/code_style.yml @@ -16,10 +16,7 @@ name: Code style checks on: - pull_request: - paths: - - '.github/workflows/code_style.yml' - - 'cpp/**' + pull_request concurrency: group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}