Skip to content

Commit 61a9e61

Browse files
debugging 7
1 parent 4d17c17 commit 61a9e61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/premerge.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
2626
modified_files=$(git diff --name-only HEAD~1...HEAD)
2727
modified_dirs=$(echo "$modified_files" | cut -d'/' -f1 | sort -u)
28+
29+
echo $modified_files
30+
echo $modified_dirs
2831
2932
. ./.ci/compute-projects.sh
3033

0 commit comments

Comments
 (0)