We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d45656 commit 2c87f0dCopy full SHA for 2c87f0d
.github/workflows/copyright-check.sh
@@ -11,7 +11,7 @@ for f in $(git ls-files); do
11
12
# Skip ignored folders anywhere in path
13
case "$f" in
14
- .github/*|.ci/*)
+ .github/*|.ci/*|benchmark/nixlbench/src/utils/external/*)
15
continue
16
;;
17
esac
0 commit comments