From 2e507be334ed3fb0b74c43b161b8b13a0dc22d1e Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Fri, 30 Aug 2024 16:43:36 -0400 Subject: [PATCH] Parentheses --- .github/workflows/pr.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index f0d5edc6c48..05609953182 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -74,9 +74,9 @@ jobs: - '!.github/**' transform_expr: | { - "test_cpp": .cpp_any_changed == "true", - "test_notebooks": .notebooks_any_changed == "true", - "test_python": .python_any_changed == "true", + "test_cpp": (.cpp_any_changed == "true"), + "test_notebooks": (.notebooks_any_changed == "true"), + "test_python": (.python_any_changed == "true"), } checks: secrets: inherit