Skip to content

Commit 23f793e

Browse files
committed
AEA-5959 Remove exit 1 when no build target.
1 parent 2b0c895 commit 23f793e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/quality-checks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ jobs:
200200
make build
201201
else
202202
echo "build target not found in Makefile"
203-
exit 1
204203
fi
205204
206205
# CloudFormation validation (runs only if templates exist, ~3-5 minutes)

0 commit comments

Comments
 (0)