Skip to content

Commit

Permalink
remove push req
Browse files Browse the repository at this point in the history
  • Loading branch information
rxu17 committed Jan 23, 2025
1 parent 9fe31c4 commit 62b162f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62b162f

Please # to comment.