From 3496fd5f044fd875200f823aa904a1fb7a20ace0 Mon Sep 17 00:00:00 2001 From: Dorota Jarecka Date: Tue, 3 Dec 2024 20:48:52 -0500 Subject: [PATCH 1/2] changing the name of the ga workflow --- .github/workflows/generate_other_formats.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate_other_formats.yaml b/.github/workflows/generate_other_formats.yaml index f4b1b753e..0de7616d0 100644 --- a/.github/workflows/generate_other_formats.yaml +++ b/.github/workflows/generate_other_formats.yaml @@ -7,7 +7,7 @@ on: paths: - 'linkml-schema/**' workflow_run: - workflows: [ "generating yaml file", "bican_biolink_edit" ] + workflows: [ "generating yaml file", "bican biolink edit" ] types: - completed From f2149b38cc65a570a052055a71016809ac111494 Mon Sep 17 00:00:00 2001 From: Dorota Jarecka Date: Tue, 3 Dec 2024 20:50:11 -0500 Subject: [PATCH 2/2] adding README to the models_py-autogen dir --- models_py-autogen/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 models_py-autogen/README.md diff --git a/models_py-autogen/README.md b/models_py-autogen/README.md new file mode 100644 index 000000000..b029c5bd8 --- /dev/null +++ b/models_py-autogen/README.md @@ -0,0 +1 @@ +Autogenerated Pydantic models \ No newline at end of file