Skip to content

Commit

Permalink
🔧 (main.yml): add continue-on-error to nkdagility-summery step
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MrHinsh committed Aug 15, 2024
1 parent 67be4b2 commit bbd2af0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}})
Expand Down

0 comments on commit bbd2af0

Please sign in to comment.