Skip to content

Commit 2d46272

Browse files
authored
Merge pull request github#11881 from michaelnebel/java/modeldiffignore
Java: Ignore missing html artifacts in the Model Diff workflow.
2 parents b36be00 + 600412d commit 2d46272

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mad_modelDiff.yml

+2
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,6 @@ jobs:
100100
with:
101101
name: diffs
102102
path: tmp-models/*.html
103+
# An html file is only produced if the generated models differ.
104+
if-no-files-found: ignore
103105
retention-days: 20

0 commit comments

Comments
 (0)