Skip to content

Commit d4aa522

Browse files
Update test-pre-merge.yaml
1 parent e3953f9 commit d4aa522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pre-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: "Filter Out Unwanted Changed Subfolders"
2929
id: filter-changes
3030
run: |
31-
folders_to_remove='[".github",".reuse","LICENSES",".git","os-profiles","libraries","microservices","tools",".gitmodules","*.md","LICENSE",""]'
31+
folders_to_remove='[".github",".reuse","LICENSES",".git","os-profiles","libraries","microservices","tools",".gitmodules",""]'
3232
3333
changed_projects='${{ steps.discover-changes.outputs.changed_projects }}'
3434
filtered_projects=$(echo "$changed_projects" | jq -cr --argjson folders_to_remove "$folders_to_remove" 'map(select(. as $item | $folders_to_remove | index($item) | not))')

0 commit comments

Comments
 (0)