From a2909aa35faf941a30b1496e74c278accc3fb15b Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Sun, 8 Aug 2021 11:03:55 +0200 Subject: [PATCH] ci(labeler): apply label tests if only files under test have changed (#15305) --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 24f84448c2..d670c2a8f4 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -49,7 +49,7 @@ - "**/*.cmake" "tests": - - test/**/* + - all: ["test/**/*"] "ci": - .github/labeler.yml