Skip to content

Commit

Permalink
missed a couple
Browse files Browse the repository at this point in the history
  • Loading branch information
jashapiro committed Sep 3, 2024
1 parent 7e0f0c5 commit f48d292
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_cell-type-wilms-tumor-06.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ on:
branches:
- main
paths:
- "analyses/cell-type-wilms-tumor-06/**"
- analyses/cell-type-wilms-tumor-06/**
- "!analyses/cell-type-wilms-tumor-06/Dockerfile"
- "!analyses/cell-type-wilms-tumor-06/.dockerignore"
- ".github/workflows/run_cell-type-wilms-tumor-06.yml"
- .github/workflows/run_cell-type-wilms-tumor-06.yml

jobs:
run-module:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/run_metacells.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ on:
branches:
- main
paths:
- "analyses/metacells/**"
- analyses/metacells/**
- "!analyses/metacells/Dockerfile"
- "!analyses/metacells/.dockerignore"
- .github/workflows/run_metacells.yml

jobs:
run-module:
Expand Down

0 comments on commit f48d292

Please sign in to comment.