From 6357a4417acbadfacafeb0fd8c1d3d0987614e85 Mon Sep 17 00:00:00 2001 From: Jaclyn Taroni <19534205+jaclyn-taroni@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:48:15 -0500 Subject: [PATCH] Add cell-type-consensus to workflows pertaining to all modules --- .github/workflows/docker_all-modules.yml | 1 + .github/workflows/run_all-modules.yml | 4 ++++ 2 files changed, 5 insertions(+) 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