We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0af96 commit f53801fCopy full SHA for f53801f
.github/workflows/check-build.yml
@@ -124,7 +124,7 @@ jobs:
124
module_name=$(basename "$module_dir")
125
126
# Check if this specific module or common dependencies changed
127
- if echo "$CHANGED_FILES" | grep -q "$module_name/" || \
+ if echo "$CHANGED_FILES" | grep -q "^$module_name/" || \
128
echo "$CHANGED_FILES" | grep -q "pom.xml" || \
129
echo "$CHANGED_FILES" | grep -q "powertools-common/"; then
130
echo "Changes detected in $module_name - running GraalVM tests"
0 commit comments