Skip to content

Commit 3ce82ee

Browse files
committed
merging from main
2 parents ac58b27 + fe3cad2 commit 3ce82ee

22 files changed

+17156
-1899
lines changed

.github/workflows/ansr_generate_other_formats.yaml renamed to .github/workflows/anatomical_structure_generate_other_formats.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
types: [opened, synchronize]
66
paths:
77
- 'linkml-schema/anatomical_structure.yaml'
8+
- 'linkml-schema/bican_biolink.yaml'
9+
- 'linkml-schema/bican_core.yaml'
810

911

1012
permissions:

.github/workflows/taxonomy_generate_other_foramats.yaml renamed to .github/workflows/bke_taxonomy_generate_other_formats.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
types: [opened, synchronize]
66
paths:
77
- 'linkml-schema/bke_taxonomy.yaml'
8+
- 'linkml-schema/bican_biolink.yaml'
9+
- 'linkml-schema/bican_prov.yaml'
10+
- 'linkml-schema/genome_annotation.yaml'
11+
- 'linkml-schema/anatomical_structure.yaml'
812

913

1014
permissions:

.github/workflows/genome_generate_other_formats.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
types: [opened, synchronize]
66
paths:
77
- 'linkml-schema/genome_annotation.yaml'
8+
- 'linkml-schema/bican_biolink.yaml'
9+
- 'linkml-schema/bican_core.yaml'
810

911

1012
permissions:

.github/workflows/library_generate_other_formats.yaml renamed to .github/workflows/library_generation_generate_other_formats.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
types: [opened, synchronize]
66
paths:
77
- 'linkml-schema/library_generation.yaml'
8+
- 'linkml-schema/bican_biolink.yaml'
9+
- 'linkml-schema/bican_core.yaml'
10+
- 'linkml-schema/bican_prov.yaml'
811

912

1013
permissions:

.github/workflows/test_other_formats.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
7+
pull_request_target:
8+
types: [opened, synchronize]
89
workflow_run:
910
workflows: [ generating yaml file ]
1011
types:

.github/workflows/tests_lint.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
7+
pull_request_target:
8+
types: [opened, synchronize]
89

910
jobs:
1011
test:

.github/workflows/tests_models.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
7+
pull_request_target:
8+
types: [opened, synchronize]
89

910
jobs:
1011
test:

0 commit comments

Comments
 (0)