Skip to content

Commit b142355

Browse files
author
Evan Molinelli
committed
use old gha workflow- ignore difference optimized
1 parent 74f3241 commit b142355

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/generate_all_ontology.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- "**/asset-schemas/ontology_info_schema.json"
1111
- "**/asset-schemas/all_ontology_schema.json"
1212
- "**/tools/ontology-builder/src/all_ontology_generator.py"
13+
- "**/ontology-assets/ontology_info.json"
1314
branches-ignore:
1415
- main
1516

.github/workflows/generate_diff_ontology.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313

1414
jobs:
1515
ontology-processing:
16+
if: false # DISABLE. Should run instead of generate_all_ontology.yml
1617
runs-on: ubuntu-latest
1718
steps:
1819
- name: Checkout

0 commit comments

Comments
 (0)