CICD: Have the Artifact Comment Workflow Suppress 'No Artifacts' Errors.

Suppress errors in the 'Add Artifact Comment' workflow if there are no
artifacts produced by the pull request workflow - this gets rid of
follow-on error messages when a pull request workflow encounters a build
error.

Signed-off-by: Michael Keller <mikeller@042.ch>
This commit is contained in:
Michael Keller 2024-05-15 12:37:50 +12:00
parent 6880937838
commit 888704e816

View file

@ -21,3 +21,4 @@ jobs:
suffix: "_**WARNING:** Use at your own risk._"
format: name
addTo: pull
errorNoArtifacts: false