Skip to content

Commit 2c87f0d

Browse files
copyright-check.sh: nixlbench external dir excluded
Signed-off-by: Anton Nayshtut <[email protected]>
1 parent 8d45656 commit 2c87f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/copyright-check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ for f in $(git ls-files); do
1111

1212
# Skip ignored folders anywhere in path
1313
case "$f" in
14-
.github/*|.ci/*)
14+
.github/*|.ci/*|benchmark/nixlbench/src/utils/external/*)
1515
continue
1616
;;
1717
esac

0 commit comments

Comments
 (0)