Skip to content

Commit

Permalink
Merge pull request #798 from sjspielman/sjspielman/run-more-modules
Browse files Browse the repository at this point in the history
Add remaining modules with PR triggers to the run all workflow
  • Loading branch information
sjspielman authored Oct 8, 2024
2 parents ff20cd2 + be6c5dd commit c67fc87
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/run_all-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,18 @@ jobs:
doublet-detection:
uses: ./.github/workflows/run_doublet-detection.yml

metacells:
uses: ./.github/workflows/run_metacells.yml

cell-type-ewings:
uses: ./.github/workflows/run_cell-type-ewings.yml

cell-type-wilms-06:
uses: ./.github/workflows/run_cell-type-wilms-tumor-06.yml

cell-type-wilms-14:
uses: ./.github/workflows/run_cell-type-wilms-tumor-14.yml

## Add additional modules above this comment, and to the needs list below
check-jobs:
if: ${{ always() }}
Expand Down

0 comments on commit c67fc87

Please sign in to comment.