Skip to content

Commit

Permalink
added script execution of process_profile.py to this yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd-mueller committed Sep 3, 2024
1 parent 93b31c0 commit 071107f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generate_profile_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ 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: |
python ./.github/workflows/config_file_update_script.py ${{steps.changed-files.outputs.all_changed_files}}
Expand Down

0 comments on commit 071107f

Please sign in to comment.