Skip to content

Commit e4e8a70

Browse files
authored
Merge branch 'main' into workflow-executor-example
2 parents 256dfbd + a65a1e5 commit e4e8a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-dockerfile-path-and-build-yaml-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
shopt -s globstar
6161
no_add="FALSE"
6262
cd ${{github.workspace}}
63-
Dockerfiles=$(realpath $(find ./ -name '*Dockerfile*' ! -path './tests/*'))
63+
Dockerfiles=$(realpath $(find ./ -name '*Dockerfile*' ! -path '*/tests/*'))
6464
if [ -n "$Dockerfiles" ]; then
6565
for dockerfile in $Dockerfiles; do
6666
service=$(echo "$dockerfile" | awk -F '/GenAIExamples/' '{print $2}' | awk -F '/' '{print $2}')

0 commit comments

Comments
 (0)