Skip to content

Commit

Permalink
only azure
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanthreddy29 committed Mar 7, 2024
1 parent 4366423 commit 66170fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/get-changed-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
echo "terraform_module_changes: $terraform_module_changes"
run_all_tests=false
if [ $(echo "$terraform_module_changes" | wc -w) -eq 1 ]; then
updated_matrix=$(echo "$matrix" | jq 'any(.cloud == "$cloud")'; echo $?)
updated_matrix=$(echo "$matrix" | sed 's/,\s*}/}/' | jq 'any(.cloud == "$cloud")'; echo $?)
else
run_all_tests=true
updated_matrix=$matrix
updated_matrix=$(echo "$matrix" | sed 's/,\s*}/}/' )
fi
echo "updated_matrix: $updated_matrix"
if [ "$run_all_tests" = false ]; then
Expand Down

0 comments on commit 66170fd

Please sign in to comment.