Skip to content

Commit

Permalink
Don't run actions on docker only changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jashapiro committed Sep 3, 2024
1 parent 3b1bc64 commit 67b0f5e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_cell-type-ewings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
paths:
- analyses/cell-type-ewings/**
- "!analyses/cell-type-ewings/Dockerfile"
- "!analyses/cell-type-ewings/.dockerignore"
jobs:
run-module:
if: github.repository_owner == 'AlexsLemonade'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_cell-type-wilms-tumor-06.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ on:
- main
paths:
- "analyses/cell-type-wilms-tumor-06/**"
- "!analyses/cell-type-wilms-tumor-06/Dockerfile"
- "!analyses/cell-type-wilms-tumor-06/.dockerignore"

jobs:
run-module:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/run_doublet-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ on:
- main
paths:
- analyses/doublet-detection/**
- .github/workflows/run_doublet-detection.yml
- "!analyses/doublet-detection/Dockerfile"
- "!analyses/doublet-detection/.dockerignore"
# - .github/workflows/run_doublet-detection.yml

jobs:
run-module:
Expand All @@ -44,7 +46,7 @@ jobs:
# Use all samples for testing unless this is triggered by a PR, in which case only use a subset of samples for faster testing
# A single sample (or combination of samples for multiplexed data) was chosen for each ScPCA project as:
# Unless otherwise stated, the first sample ID in the given project
# For the multiplexed project SCPCP000009, set of samples `SCPCS000133,SCPCS000134,SCPCS000135,SCPCS000136` (this group of samples has 2 associated libraries). Only `SCPCS000133` is specifed in the SAMPLES string here.
# For the multiplexed project SCPCP000009, set of samples `SCPCS000133,SCPCS000134,SCPCS000135,SCPCS000136` (this group of samples has 2 associated libraries). Only `SCPCS000133` is specified in the SAMPLES string here.
# For the project SCPCP000011, the sample SCPCS000435 was specifically selected as an edge case sample with <10 cells
SAMPLES: ${{ github.event_name != 'pull_request' && 'all' || 'SCPCS000001,SCPCS000024,SCPCS000050,SCPCS000101,SCPCS000124,SCPCS000133,SCPCS000168,SCPCS000216,SCPCS000246,SCPCS000250,SCPCS000298,SCPCS000435,SCPCS000481,SCPCS000484,SCPCS000490,SCPCS000502,SCPCS000514,SCPCS000616,SCPCS000632,SCPCS000758' }}

Expand Down

0 comments on commit 67b0f5e

Please sign in to comment.