Skip to content

Commit

Permalink
commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Feb 18, 2025
1 parent 701889c commit 6e80565
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test_multisamplesmartseq2singlenucleus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
# SET PIPELINE SPECIFIC PATHS HERE #
####################################
paths:
# anything in the pipelines folder
- 'pipelines/skylab/smartseq2_single_nucleus_multisample/**'
# tasks from the pipeline WDL and their dependencies
- 'tasks/skylab/CheckInputs.wdl'
Expand All @@ -23,7 +24,7 @@ on:
# test WDL and its dependencies
- 'verification/test-wdls/TestMultiSampleSmartSeq2SingleNucleus.wdl'
- 'tasks/broad/TerraCopyFilesFromCloudToCloud.wdl'
# this file
# this file and the subworkflow file
- '.github/workflows/test_multisamplesmartseq2singlenucleus.yml'
- '.github/workflows/warp_test_workflow.yml'

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/test_snm3c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@ on:
# SET PIPELINE SPECIFIC PATHS HERE #
####################################
paths:
# anything in the pipelines folder
- 'pipelines/skylab/snm3C/**'
- 'verification/Verifysnm3C.wdl'
# tasks from the pipeline WDL and their dependencies
- 'tasks/broad/Utilities.wdl'
# verification WDL and its dependencies
- 'verification/Verifysnm3C.wdl'
# test WDL and its dependencies
- 'verification/test-wdls/Testsnm3C.wdl'
- 'tasks/broad/TerraCopyFilesFromCloudToCloud.wdl'
# this file and the subworkflow file
- '.github/workflows/test_snm3c.yml'
- '.github/workflows/warp_test_workflow.yml'

Expand Down

0 comments on commit 6e80565

Please sign in to comment.