Skip to content

Commit

Permalink
Update .dockstore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard-Hansen authored Mar 11, 2022
1 parent 328e01d commit 20f6068
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions .dockstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,24 @@ workflows:
testParameterFiles:
- /workflows/wdl/w1/test.json
filters:
branches: ["main"]
branches:
- main

- name: multi-descriptor-no-input
publish: true
subclass: WDL
primaryDescriptorPath: /workflows/wdl/w2/multiDescriptorNoInput.wdl
filters:
branches: ["main"]
branches:
- main

- name: single-descriptor-no-input
publish: true
subclass: WDL
primaryDescriptorPath: /workflows/wdl/w3/singleDescriptorNoInput.wdl
filters:
branches: ["main"]
branches:
- main

- name: single-descriptor-nested-input
publish: true
Expand All @@ -31,7 +34,8 @@ workflows:
testParameterFiles:
- /workflows/wdl/w4/inputJson.json
filters:
branches: ["main"]
branches:
- main

- name: single-descriptor-complex-nested-input
publish: true
Expand All @@ -40,15 +44,18 @@ workflows:
testParameterFiles:
- /workflows/wdl/w5/inputJson.json
filters:
branches: ["main"]
branches:
- main

- name: agc-hello-world
publish: true
subclass: WDL
primaryDescriptorPath: /agc-examples/hello-world/Dockstore.wdl
filters:
branches: ["main"]
tags: ["1.12"]
branches:
- main
tags:
- 1.12

- name: agc-hello-world-input
publish: true
Expand All @@ -57,8 +64,10 @@ workflows:
testParameterFiles:
- /agc-examples/hello-world-inputs/input.json
filters:
branches: ["main"]
tags: ["1.12"]
branches:
- main
tags:
- 1.12

- name: agc-fastq-read-counts
publish: true
Expand All @@ -67,5 +76,7 @@ workflows:
testParameterFiles:
- /agc-examples/fastq/input.json
filters:
branches: ["main"]
tags: ["1.12"]
branches:
- main
tags:
- 1.12

0 comments on commit 20f6068

Please sign in to comment.