Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Jan 17, 2024
1 parent 49134d1 commit 7a24836
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 @@ -36,7 +36,7 @@ jobs:
# Test all charts if this workflow has been modified
# modifiedWorkflow=$(echo ${modifiedPaths} | grep 'test.yml')
modifiedWorkflow=$(echo ${modifiedPaths} | grep "^.github/workflows/test.yml") || """
modifiedWorkflow=$(echo ${modifiedPaths} | grep "^.github/workflows/test.yml" || "")
echo ":modifiedWorkflow: ${modifiedWorkflow}"
if [ -n "${modifiedWorkflow}" ]; then
modifiedChartPaths=$allChartsPaths
Expand Down

0 comments on commit 7a24836

Please sign in to comment.