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 340f9c7 commit 6be822d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +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=""
modifiedWorkflow=$(echo ${modifiedPaths} | xargs echo | grep "^.github/workflows/test2.yml")
modifiedWorkflow=$(echo ${modifiedPaths} | grep "^.github/workflows/test2.yml" || echo "")
if [ -n "${modifiedWorkflow}" ]; then
modifiedChartPaths=$allChartsPaths
echo "= workflow modified, including all charts"
Expand Down

0 comments on commit 6be822d

Please sign in to comment.