Skip to content

Commit 5baafa7

Browse files
Rui Gaoclaude
andcommitted
Filter out dev-box from changed services detection in CI
Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
1 parent d70685b commit 5baafa7

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 | grep -v '^webportal-dind$' | tr '\n' ' ')
66+
| sort -u | grep -v -E '^(webportal-dind|dev-box)$' | tr '\n' ' ')
6767
echo "Changed folders: $folders"
6868
6969
# export as output for next steps

0 commit comments

Comments
 (0)