From bfc0d9a62176803094da0867ee793808f105d352 Mon Sep 17 00:00:00 2001 From: manuzhang Date: Thu, 5 Dec 2024 09:52:54 +0800 Subject: [PATCH] Fix lint --- .github/workflows/python-ci.yml | 6 +++--- .github/workflows/python-integration.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index aa69b3a0d4..772d198e28 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -25,9 +25,9 @@ on: - 'main' pull_request: paths: - - '**' # Include all files and directories in the repository by default. - - '!.github/workflows/**' # Exclude all workflow files - - '.github/workflows/python-ci.yml' # except the current file. + - '**' # Include all files and directories in the repository by default. + - '!.github/workflows/**' # Exclude all workflow files + - '.github/workflows/python-ci.yml' # except the current file. - '!.github/ISSUE_TEMPLATE/**' # Exclude files and directories that don't impact tests or code like templates, metadata, and documentation. - '!.gitignore' - '!.asf.yml' diff --git a/.github/workflows/python-integration.yml b/.github/workflows/python-integration.yml index 4c68ec7a5a..8b0a8a97f0 100644 --- a/.github/workflows/python-integration.yml +++ b/.github/workflows/python-integration.yml @@ -25,9 +25,9 @@ on: - 'main' pull_request: paths: - - '**' # Include all files and directories in the repository by default. - - '!.github/workflows/**' # Exclude all workflow files - - '.github/workflows/python-integration.yml' # except the current file. + - '**' # Include all files and directories in the repository by default. + - '!.github/workflows/**' # Exclude all workflow files + - '.github/workflows/python-integration.yml' # except the current file. - '!.github/ISSUE_TEMPLATE/**' # Exclude files and directories that don't impact tests or code like templates, metadata, and documentation. - '!.gitignore' - '!.asf.yml'