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 482ec47 commit 61a087fCopy full SHA for 61a087f
.github/workflows/reusable-change-detection.yml
@@ -117,7 +117,7 @@ jobs:
117
echo "run-cifuzz=false" >> "$GITHUB_OUTPUT"
118
fi
119
120
- if [ "$GITHUB_EVENT_NAME" == 'pull_request' ]; then
+ if [ "$GITHUB_BASE_REF" = "main" ]; then
121
CHANGED_FILES=$(git diff --name-only "origin/$GITHUB_BASE_REF..")
122
# Check if changes are ONLY in configure/Makefile files
123
if echo "$CHANGED_FILES" | grep -qE '^(configure.*|Makefile.*|.*\.m4)$' && \
0 commit comments