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 <anna.sztukowska@intel.com>
  • Loading branch information
asztukow committed Nov 8, 2024
1 parent 1ae70c3 commit 03f3bc0
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 03f3bc0

Please sign in to comment.