Skip to content

Commit

Permalink
removed changes to workflows (created separate branch for these changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
Puja Trivedi authored and Puja Trivedi committed Nov 21, 2023
1 parent 01c9e9f commit 4a14153
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate_other_formats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# generating jsonld context and removing generation_date field to avoid constant updates
gen-jsonld-context ${file} > ../jsonld-context-autogen/${name}.context.jsonld;
sed -i "/generation_date/d" ../jsonld-context-autogen/${name}.context.jsonld;
gen-pydantic ${file} --pydantic_version 2 > ../models_py-autogen/${name}.py;
gen-pydantic ${file} > ../models_py-autogen/${name}.py;
if [ ${name} = "kbmodel" ]; then
echo "Creating and Fixing kbmodel diagram..";
python ../utils/create_fix_kbmodel_diagram.py
Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/push_to_bkbit.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/tests_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: testing schemas with linkml-lint

on:
push:
# branches:
# - main
branches:
- main
pull_request:


Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests_models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: testing schemas with python api

on:
push:
# branches:
# - main
branches:
- main
pull_request:


Expand Down

0 comments on commit 4a14153

Please sign in to comment.