Skip to content

Commit

Permalink
added test for fork in history check
Browse files Browse the repository at this point in the history
  • Loading branch information
maxb-io committed Feb 28, 2024
1 parent be086fc commit 421fe04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check_license_and_history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
done
exit $exit_code
- name: Check HISTORY PR
if: github.event.pull_request.head.repo.full_name == 'speedb-io/speedb'
run: |
set +e
git diff --name-only --diff-filter=ACMRT ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }}|grep -v "\.github" |grep -q [a-z,A-Z]
Expand Down

0 comments on commit 421fe04

Please sign in to comment.