Skip to content

Commit

Permalink
Exclude files from licensing review
Browse files Browse the repository at this point in the history
Exclude CHANGELOG.md and README.md from licesing review to pass review
test.

Signed-off-by: Anna Sztukowska <[email protected]>
  • Loading branch information
asztukow authored and mtkaczyk committed Nov 8, 2024
1 parent f70201d commit 7608448
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
*.yapf
COPYING*
*/*.md
CHANGELOG.md
README.md
- name: Run license review
env:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
Expand Down

0 comments on commit 7608448

Please sign in to comment.