-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: deploy api when ontology_info.json changes (#194)
## Reason for Change The API needs to be updated whenever ontology_info.json or any ontology sources files are updates. This is so it is always has the most recent cellxgene-schema and ontology files supported by COG. ## Changes - modify generate_all_ontology.yml, to update ontology-assets-version.txt in the python API. This will trigger a release of the API as well as the ontology-assets when the PR merged. ## Testing steps - ran the GHA and verified ontology-assets-versions.txt was created when generate_all_ontology.yml runs. ## Notes for Reviewer --------- Co-authored-by: github-actions <[email protected]>
- Loading branch information
Showing
4 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
da5ad20b326bd7e5c5ae2569cab3aa70d38e2a0e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,4 +48,4 @@ | |
} | ||
} | ||
} | ||
} | ||
} |