Skip to content

Commit

Permalink
Add cell-type-consensus to workflows pertaining to all modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclyn-taroni committed Dec 16, 2024
1 parent 27dc591 commit 6357a44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_all-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/run_all-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand All @@ -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
Expand Down

0 comments on commit 6357a44

Please sign in to comment.