Skip to content

Commit 4b0bc26

Browse files
authored
watch more docker compose files' changes (opea-project#677)
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
1 parent 758d236 commit 4b0bc26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push-infra-issue-creation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches: [ 'main','issue' ]
77
paths:
8-
- "**/docker/*/compose.yaml"
8+
- "**/docker/*/compose*.yaml"
99

1010
name: Create an issue to GenAIInfra on push
1111
jobs:
@@ -25,7 +25,7 @@ jobs:
2525
base_commit=$(git rev-parse HEAD~1)
2626
merged_commit=$(git log -1 --format='%H')
2727
changed_files="$(git diff --name-only ${base_commit} ${merged_commit} | \
28-
grep -E '.*/docker/.*/compose.yaml')" || true
28+
grep -E '.*/docker/.*/compose.*.yaml')" || true
2929
3030
examples=$(printf '%s\n' "${changed_files[@]}" | grep '/' | cut -d'/' -f1 | sort -u)
3131
format_examples=$(echo "$examples" | tr '\n' ',')

0 commit comments

Comments
 (0)