Skip to content

Commit 966f105

Browse files
committed
Ignore paths in .github to test feature
1 parent 62da3bd commit 966f105

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scripts/check_diff.sh

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ cat check_diff.txt
2424
# Set paths to ignore (please test grep command below when adding new patterns)
2525
paths_ignore=()
2626
paths_ignore+=("Docs/")
27+
paths_ignore+=(".github/")
2728
echo "Paths to ignore:"
2829
echo ${paths_ignore[@]}
2930

0 commit comments

Comments
 (0)