From 888704e8168a5780483ec5c20955803474e9b133 Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Wed, 15 May 2024 12:37:50 +1200 Subject: [PATCH] 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 --- .github/workflows/artifact-links.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/artifact-links.yml b/.github/workflows/artifact-links.yml index 48e147de6..428f8b874 100644 --- a/.github/workflows/artifact-links.yml +++ b/.github/workflows/artifact-links.yml @@ -21,3 +21,4 @@ jobs: suffix: "_**WARNING:** Use at your own risk._" format: name addTo: pull + errorNoArtifacts: false