Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add explanatory comment after #3087 #3090

Merged
merged 13 commits into from
Oct 12, 2023
3 changes: 3 additions & 0 deletions src/ontology/uberon.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ $(OWLSRC): $(SRC) $(COMPONENTSDIR)/disjoint_union_over.ofn $(REPORTDIR)/$(SRC)-g
# For the temporary injection of property chains, see
# <https://github.com/obophenotype/uberon/issues/2381>
DEVELOPS_FROM_CHAIN=$(COMPONENTSDIR)/develops-from-chains.owl
# The 'materialize' step is too resource-intensive for the GitHub
# Action runners, so we leave it out when running online QC checks, see
# <https://github.com/obophenotype/uberon/pull/3087#issuecomment-1755553647>
ifeq ($(GH_ACTION),true)
MATERIALIZE=
else
Expand Down
Loading