Skip to content

Commit

Permalink
Parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Aug 30, 2024
1 parent 28c8eae commit 2e507be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e507be

Please sign in to comment.