diff --git a/.github/workflows/docker_all-modules.yml b/.github/workflows/docker_all-modules.yml index a2285a0e0..b383b5624 100644 --- a/.github/workflows/docker_all-modules.yml +++ b/.github/workflows/docker_all-modules.yml @@ -42,6 +42,7 @@ jobs: - cell-type-wilms-tumor-14 - cell-type-nonETP-ALL-03 - cell-type-ETP-ALL-03 + - cell-type-consensus uses: ./.github/workflows/build-push-docker-module.yml if: github.repository_owner == 'AlexsLemonade' with: diff --git a/.github/workflows/run_all-modules.yml b/.github/workflows/run_all-modules.yml index 88b0bbb00..1a007b096 100644 --- a/.github/workflows/run_all-modules.yml +++ b/.github/workflows/run_all-modules.yml @@ -40,6 +40,9 @@ jobs: cell-type-nonETP-ALL-03: uses: ./.github/workflows/run_cell-type-nonETP-ALL-03.yml + cell-type-consensus: + uses: ./.github/workflows/run_cell-type-consensus.yml + ## Add additional modules above this comment, and to the needs list below check-jobs: if: ${{ always() }} @@ -52,6 +55,7 @@ jobs: - cell-type-wilms-14 - cell-type-ETP-ALL-03 - cell-type-nonETP-ALL-03 + - cell-type-consensus runs-on: ubuntu-latest steps: - name: Checkout template file