Skip to content

Commit

Permalink
use master instead of origin/master
Browse files Browse the repository at this point in the history
  • Loading branch information
apolyakov committed Feb 4, 2025
1 parent deefc8c commit 9c42bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run clang-format on changed files
run: |
# Get list of changed files
CHANGED_FILES=$(git diff --name-only --diff-filter=ACM origin/master...HEAD --)
CHANGED_FILES=$(git diff --name-only --diff-filter=ACM master...HEAD --)
CHANGED_CPP_FILES = $(echo "$CHANGED_FILES" | grep -E '^(runtime-light|runtime-common)/.*\.(cpp|h|inl)$')
# Apply clang-format to each changed file
Expand Down

0 comments on commit 9c42bf6

Please sign in to comment.