Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
djarecka committed Dec 4, 2024
1 parent 87bf48c commit 0a84782
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/generate_yaml_model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
steps:
- name: Checkout this repository
uses: actions/checkout@v3
with:
fetch-depth: 0 # Ensure full history is fetched

- name: Set up Python
uses: actions/setup-python@v4
Expand Down Expand Up @@ -57,6 +55,7 @@ jobs:
git add linkml-schema/library_generation.yaml
git add linkml-schema/source_library_generation/gsheet_output
git commit -m "generate new version of the linkml model"
echo "Changes detected, after committing"
git push
else
echo "No changes to commit"
Expand Down

0 comments on commit 0a84782

Please sign in to comment.