Skip to content

Commit

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

0 comments on commit c83522d

Please sign in to comment.