Skip to content

Commit d70685b

Browse files
Rui Gaoclaude
andcommitted
Filter out deleted webportal-dind from changed services detection
Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
1 parent 953121e commit d70685b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-deploy-changes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# extract service folders under src/
6464
folders=$(echo "$changed_files" | grep '^src/' \
6565
| awk -F'/' '{print $2}' \
66-
| sort -u | tr '\n' ' ')
66+
| sort -u | grep -v '^webportal-dind$' | tr '\n' ' ')
6767
echo "Changed folders: $folders"
6868
6969
# export as output for next steps

0 commit comments

Comments
 (0)