From acec78d8f45bc00b061472625f8b7ab9e9e60dc9 Mon Sep 17 00:00:00 2001 From: shsahahyland Date: Thu, 7 Nov 2024 19:37:27 +0530 Subject: [PATCH] Correct README --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 64af74f6b..f9116c87c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1030,11 +1030,11 @@ The created maven artifacts and docker images will be tagged as `0.0.1-$GITHUB_P #### Option to skip tests for maven-build-and-tag -There is a possibility to skip unit and integration tests during build for an open PR. -In order to use it specify `skip-tests-label` input (or use default `skip-tests`). Create a PR with the `skip-tests-label` label. +There is a possibility to skip Unit and Integration Tests during build for an open PR. +In order to use it specify `skip-tests-label` input (or use default `skip-tests`). Create a PR with the `skip-tests` label. A PR should not be merged if tests are skpped. -Sample usage to prevent merging when tests are skipped +Sample usage to prevent merging when tests are skipped: ```yaml - name: Set status check