diff --git a/src/ontology/uberon.Makefile b/src/ontology/uberon.Makefile index 502c9c140a..e311be5a8f 100644 --- a/src/ontology/uberon.Makefile +++ b/src/ontology/uberon.Makefile @@ -124,6 +124,9 @@ $(OWLSRC): $(SRC) $(COMPONENTSDIR)/disjoint_union_over.ofn $(REPORTDIR)/$(SRC)-g # For the temporary injection of property chains, see # 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 +# ifeq ($(GH_ACTION),true) MATERIALIZE= else