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 9be68b9 commit c23e383Copy full SHA for c23e383
.github/workflows/reusable-change-detection.yml
@@ -132,7 +132,7 @@ jobs:
132
echo "run-cifuzz=false" >> "$GITHUB_OUTPUT"
133
fi
134
135
- if [ "$GITHUB_BASE_REF" = "main" ]; then
+ if [ "$GITHUB_EVENT_NAME" == 'pull_request' ]; then
136
CHANGED_FILES=$(git diff --name-only "origin/$GITHUB_BASE_REF..")
137
# Check if changes are ONLY in configure/Makefile files
138
if echo "$CHANGED_FILES" | grep -qE '^(configure.*|Makefile.*|.*\.m4)$' && \
0 commit comments