Skip to content

Commit

Permalink
backport of commit 1caef16
Browse files Browse the repository at this point in the history
  • Loading branch information
NiniOak committed Sep 20, 2023
1 parent 98b0d1e commit b844c00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/scripts/filter_changed_files_go_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ skipped_directories=("docs/" "ui/" "website/" "grafana/")
# Loop through the changed files and find directories/files outside the skipped ones
for file_to_check in "${files_to_check[@]}"; do
file_is_skipped=false
echo $file_to_check
for dir in "${skipped_directories[@]}"; do
if [[ "$file_to_check" == "$dir"* ]] || [[ "$file_to_check" == *.md && "$dir" == *"/" ]]; then
file_is_skipped=true
Expand Down

0 comments on commit b844c00

Please sign in to comment.