Skip to content

Commit

Permalink
try without empty string init
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Jan 17, 2024
1 parent a2a9d35 commit eb3308b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
modifiedChartPaths=$(echo ${modifiedPaths} | xargs dirname | grep "^charts/" | cut -d "/" -f1-2 | sort --unique)
# Test all charts if this workflow has been modified
modifiedWorkflow=$(echo ${modifiedPaths} | grep "^.github/workflows/test.yml" || echo "")
# modifiedWorkflow=$(echo ${modifiedPaths} | grep "^.github/workflows/test.yml" || echo "")
modifiedWorkflow=$(echo ${modifiedPaths} | grep "^.github/workflows/test.yml")
if [ -n "${modifiedWorkflow}" ]; then
modifiedChartPaths=$allChartsPaths
Expand Down

0 comments on commit eb3308b

Please sign in to comment.