Merge pull request #11881 from michaelnebel/java/modeldiffignore

Java: Ignore missing html artifacts in the Model Diff workflow.
This commit is contained in:
Michael Nebel
2023-01-13 14:11:19 +01:00
committed by GitHub

View File

@@ -100,4 +100,6 @@ jobs:
with:
name: diffs
path: tmp-models/*.html
# An html file is only produced if the generated models differ.
if-no-files-found: ignore
retention-days: 20