Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Jan 17, 2024
1 parent 18707c5 commit 2151004
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
# Test all charts if this workflow has been modified
modifiedWorkflow=$(echo ${modifiedPaths} | grep ".github/workflows/test.yml")
echo ":modifiedWorkflow: ${modifiedWorkflow}"
modifiedWorkflow=$(echo ${modifiedPaths} | grep ".github/workflows/test.yml")
if [ -n "${modifiedWorkflow}" ]; then
modifiedChartPaths=$allChartsPaths
echo "= workflow modified, including all charts"
Expand Down

0 comments on commit 2151004

Please sign in to comment.