From bbd2af0270ffba9af2bde793d8f49a6d5e78ede1 Mon Sep 17 00:00:00 2001 From: "Martin Hinshelwood nkdAgility.com" Date: Thu, 15 Aug 2024 08:47:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(main.yml):=20add=20continue-on-?= =?UTF-8?q?error=20to=20nkdagility-summery=20step?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allowing the nkdagility-summery step to continue on error ensures that the workflow does not fail entirely if this step encounters an issue. This change improves the robustness of the CI/CD pipeline by allowing subsequent steps to execute even if the summary generation fails. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6c1a2940c..c55559820 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -170,6 +170,7 @@ jobs: if: always() shell: pwsh id: nkdagility-summery + continue-on-error: true run: | $markdown = @" ## ${{needs.Setup.outputs.GitVersion_SemVer}} (${{needs.Setup.outputs.nkdAgility_Ring}})