From 64100f27c27e94c771a66af5f7107fba4afff45b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernd=20M=C3=BCller?= Date: Tue, 5 Nov 2024 11:28:49 +0100 Subject: [PATCH] moved profile enrichment script to be executed firstly --- .github/workflows/generate_profile_workflow.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/generate_profile_workflow.yml b/.github/workflows/generate_profile_workflow.yml index c92ecb9..2c7aaa9 100644 --- a/.github/workflows/generate_profile_workflow.yml +++ b/.github/workflows/generate_profile_workflow.yml @@ -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: | @@ -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