Skip to content

Commit

Permalink
add release-diff option to workflows docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anitacaron committed Jan 4, 2024
1 parent 4e4b3ba commit 2a04aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odk/odk.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ class OntologyProject(JsonSchemaMixin):
"""continuous integration defaults; currently available: travis, github_actions, gitlab-ci"""

workflows : Optional[List[str]] = field(default_factory=lambda: ['docs'])
"""Workflows that are synced when updating the repo. Currently available: docs, diff, qc."""
"""Workflows that are synced when updating the repo. Currently available: docs, diff, qc, release-diff."""

import_pattern_ontology : bool = False
"""if true import pattern.owl"""
Expand Down

0 comments on commit 2a04aa6

Please sign in to comment.