Skip to content

Commit

Permalink
triggering commit for printing graph data with enrichment process as …
Browse files Browse the repository at this point in the history
…first step
  • Loading branch information
bernd-mueller committed Nov 5, 2024
1 parent 150d272 commit bf932bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/generate_profile_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
git checkout -b `date +%Y_%m_%d-%H_%M`
cd ..
- name: Exectute Enrichment by Profile Ontology script
run: |
python ./.github/workflows/process_profile_script.py ${{steps.changed-files.outputs.all_changed_files}}
- name: Execute the config files update Python Script
run: |
Expand All @@ -82,10 +85,6 @@ jobs:
- name: Execute the profile rendering Python Script
run: |
python ./.github/workflows/profile_generation_script.py ${{steps.changed-files.outputs.all_changed_files}} bioschemas.github.io
- name: Exectute Enrichment by Profile Ontology script
run: |
python ./.github/workflows/process_profile_script.py ${{steps.changed-files.outputs.all_changed_files}}
- name: Setup the Github TOKEN
uses: oleksiyrudenko/gha-git-credentials@v2-latest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"@context": {
"schema": "http://schema.org/",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
Expand Down

0 comments on commit bf932bb

Please sign in to comment.