From 27826ace322c5e13d601b9100aca77e42e18528b Mon Sep 17 00:00:00 2001 From: mbruzda Date: Thu, 16 May 2024 14:25:45 +0200 Subject: [PATCH] docs: removed double dot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f77fe5533..40dee58b0 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Workflow defines jobs which perform security code scanning, execute different ty ## setup-workflow -Job that is scanning PR and based on PR body or included labels defining tests to be executed.. +Job that is scanning PR and based on PR body or included labels defining tests to be executed. * All tests are executed by default when (controlled from [here](https://github.com/splunk/addonfactory-repository-template/blob/main/enforce/.github/workflows/build-test-release.yml)) * PR target branch is `main` (unless `use_labels` label is used then specific test labels (see below) should be added to execute specific test types)