From f9357df7fb9c6539d88ebe647dae7b8a2b6a742b Mon Sep 17 00:00:00 2001 From: PHILO-HE Date: Fri, 31 May 2024 17:32:56 +0800 Subject: [PATCH] Temp change --- .github/workflows/code_style.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 }}