Skip to content

Commit

Permalink
moved profile enrichment script to be executed firstly
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd-mueller committed Nov 5, 2024
1 parent 8e5142d commit 64100f2
Showing 1 changed file with 3 additions and 4 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

0 comments on commit 64100f2

Please sign in to comment.