Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaranionjc committed Oct 4, 2023
1 parent e7f66c2 commit 6897669
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/powershell-module-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
# Check for changes in the specific folder
git fetch origin $GITHUB_BASE_REF
CHANGED_FILES=$(git diff origin/$GITHUB_BASE_REF..HEAD)
CHANGED_FILES=$(git diff origin/$GITHUB_BASE_REF..HEAD -- $SPECIFIC_FOLDER)
if [ -n "$CHANGED_FILES" ]; then
echo "Changes detected in the specified folder: $CHANGED_FILES"
Expand Down

0 comments on commit 6897669

Please sign in to comment.