From 2a7da89c0c9acb6b124b40aef62c8ab4a84ecfc6 Mon Sep 17 00:00:00 2001 From: Mikhail Ryzhov Date: Tue, 20 Feb 2024 10:59:43 +0100 Subject: [PATCH] fixed typo --- .github/labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index d2758171d..e96cc9487 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -2,7 +2,7 @@ CI: - any: - changed-files: - any-glob-to-any-file: - - '.github/**/* + - '.github/**/*' - 'Jenkinsfile' tokenizers_cpp: @@ -29,7 +29,7 @@ build: - '**/*.cmake' dependencies: -- any: +- all: - changed-files: - any-glob-to-any-file: '**/requirement*.txt' - all-globs-to-all-files: '!**/CMakeLists.txt'