From c9cbb11260de1713c7c99e72e28b711042b4aa9d Mon Sep 17 00:00:00 2001 From: giacomo accursi <52125090+giacomoaccursi@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:20:38 +0100 Subject: [PATCH] chore: fix indentation --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 9199a06..3876cbc 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -47,7 +47,7 @@ jobs: with: directory: "build/reports/jacoco" - release: + release: concurrency: # Allow only one release at a time. group: release-${{ github.event.number || github.ref }}