Skip to content

Commit

Permalink
all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanthreddy29 committed Mar 7, 2024
1 parent bac792d commit 9065b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/get-changed-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
updated_matrix=$(echo "$matrix" | jq 'any(.cloud == "$cloud")'; echo $?)
else
run_all_tests=true
updated_matrix=$(echo "$matrix" | jq '.')
updated_matrix=$(echo "$matrix")
fi
echo "updated_matrix: $updated_matrix"
if [ "$run_all_tests" = false ]; then
Expand Down

0 comments on commit 9065b4a

Please sign in to comment.