mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
6880937838
commit
888704e816
1 changed files with 1 additions and 0 deletions
1
.github/workflows/artifact-links.yml
vendored
1
.github/workflows/artifact-links.yml
vendored
|
@ -21,3 +21,4 @@ jobs:
|
|||
suffix: "_**WARNING:** Use at your own risk._"
|
||||
format: name
|
||||
addTo: pull
|
||||
errorNoArtifacts: false
|
||||
|
|
Loading…
Add table
Reference in a new issue