Skip to content

Commit f30d577

Browse files
committed
Disabling spec render check.
1 parent cc7c643 commit f30d577

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ado/templates/sources-upload-stages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,10 @@ stages:
9494
echo "##[group]Git diff"
9595
git --no-pager diff -- "$specs_dir"
9696
echo "##[endgroup]"
97-
exit 1
97+
echo "##[warning]Specs are not up to date. Ignoring until main branch is updated and stable."
98+
# TODO: Re-enabled failing once specs in the main branch are updated and stable.
99+
# ADO task:
100+
# exit 1
98101
fi
99102
displayName: "Verify rendered specs are up to date"
100103

0 commit comments

Comments
 (0)