We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fdd9f0f + 55ab1a6 commit 1cbb57eCopy full SHA for 1cbb57e
.github/workflows/generate_other_formats.yaml
@@ -6,6 +6,11 @@ on:
6
- main
7
paths:
8
- 'linkml-schema/**'
9
+ workflow_run:
10
+ workflows: [ generating yaml file ]
11
+ types:
12
+ - completed
13
+
14
15
permissions:
16
contents: write
linkml-schema/source_library_generation/README.md
@@ -1,3 +1,4 @@
1
## Sources to build the library geenration model
2
3
-- metadata from [Google Sheet](https://docs.google.com/spreadsheets/d/11OcQz1Vk3ofny3Ql7wN-XlHkZwub-hojt-fO094SxiI/edit?usp=sharing)
+- Metadata from [Google Sheet](https://docs.google.com/spreadsheets/d/11OcQz1Vk3ofny3Ql7wN-XlHkZwub-hojt-fO094SxiI/edit?usp=sharing)
4
+- Current Google Sheet version: `bk_workshop_mit24`
0 commit comments