From 62b162f32bf74f27762af534d585686395f63638 Mon Sep 17 00:00:00 2001 From: rxu17 <26471741+rxu17@users.noreply.github.com> Date: Wed, 22 Jan 2025 16:50:30 -0800 Subject: [PATCH] remove push req --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e452c63..9bbf46c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -197,12 +197,11 @@ jobs: python3 /root/Genie/bin/input_to_database.py main --project_id ${{ env.TEST_PROJECT_SYNID }} --deleteOld - name: Run processing on mutation data in test pipeline - if: github.event_name == 'push' run: | docker exec genie-container \ python3 /root/Genie/bin/input_to_database.py mutation --project_id ${{ env.TEST_PROJECT_SYNID }} \ --deleteOld \ - --genie_annotation_pkg /root/annotation-tools + --genie_annotation_pkg /root/annotation-tools \ --createNewMafDatabase - name: Run consortium release in test pipeline