diff --git a/.github/workflows/github-actions-build-code.yml b/.github/workflows/github-actions-build-code.yml index cd03f26..6578b04 100644 --- a/.github/workflows/github-actions-build-code.yml +++ b/.github/workflows/github-actions-build-code.yml @@ -1,9 +1,9 @@ name: Build and Publish MitoHiFi code -on: # workflow_dispatch - push: - branches: - - 'reviews' +on: workflow_dispatch + # push: + # branches: + # - 'reviews' env: diff --git a/.github/workflows/github-actions-integration-test.yml b/.github/workflows/github-actions-integration-test.yml index 5197ebe..17f1d05 100644 --- a/.github/workflows/github-actions-integration-test.yml +++ b/.github/workflows/github-actions-integration-test.yml @@ -1,9 +1,9 @@ name: MitoHiFi Integration Test -on: workflow_dispatch - # push: - # branches: - # - 'reviews' +on: #workflow_dispatch + push: + branches: + - 'reviews' jobs: integration_test: @@ -36,6 +36,7 @@ jobs: -r /opt/MitoHiFi/tests/ilDeiPorc1.reads.100.fa \ -f /opt/MitoHiFi/tests/MW539688.1.fasta \ -g /opt/MitoHiFi/tests/MW539688.1.gb \ + --mitos \ -o 5 \ -t 1 - name: compare_reads