Skip to content

Commit

Permalink
Fix the trigger to the install/common directory
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-antonyuk committed Dec 24, 2024
1 parent 97b4071 commit 78d00c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ jobs:
id: changes
run: |
git fetch --no-tags --prune --depth=2
CHANGED_FILES=$(git diff --name-only HEAD~1 HEAD)
echo "build_all=$(echo "$CHANGED_FILES" | grep -qE '^.github/workflows/build_packages.yml' && echo true || echo false)" >> $GITHUB_OUTPUT
echo "build_all=$(git diff --name-only HEAD~1 HEAD | grep -qE 'build_packages.yml|install/common' && echo true)" >> $GITHUB_OUTPUT
- name: Set matrix
id: set-matrix
run: |
Expand Down

0 comments on commit 78d00c5

Please sign in to comment.