Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jedla97 committed Jul 1, 2024
1 parent 6f9059d commit 43c1956
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ jobs:
MODULES_ARG=""
CHANGED_FILE=${steps.files.outputs.all_changed_and_modified_files//\"/\\\"}
echo $CHANGED_FILE
for module in $MODULES
do
if [[ "${{ steps.files.outputs.all_changed_and_modified_files }}" =~ ("$module") ]] ; then
if [[ "$CHANGED_FILE" =~ ("$module") ]] ; then
CHANGED=$(echo $CHANGED" "$module)
fi
done
Expand Down

0 comments on commit 43c1956

Please sign in to comment.