Skip to content

Commit

Permalink
Merge 1caef16 into backport/fix_filter_script/trivially-crisp-owl
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-consul-core authored Sep 20, 2023
2 parents 8293675 + 1caef16 commit ed5fa56
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 ed5fa56

Please sign in to comment.