Skip to content

Commit

Permalink
Revert the change
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasreddy committed Feb 5, 2025
1 parent ae74245 commit 632b0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-change-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
echo "run-cifuzz=false" >> "$GITHUB_OUTPUT"
fi
if [ "$GITHUB_EVENT_NAME" == 'pull_request' ]; then
if [ "$GITHUB_BASE_REF" = "main" ]; then
CHANGED_FILES=$(git diff --name-only "origin/$GITHUB_BASE_REF..")
# Check if changes are ONLY in configure/Makefile files
if echo "$CHANGED_FILES" | grep -qE '^(configure.*|Makefile.*|.*\.m4)$' && \
Expand Down

0 comments on commit 632b0d6

Please sign in to comment.