From 20f6068abc4c5aa66eb3e907736cafd9ed6417de Mon Sep 17 00:00:00 2001 From: Richard-Hansen <36607471+Richard-Hansen@users.noreply.github.com> Date: Fri, 11 Mar 2022 15:26:05 -0500 Subject: [PATCH] Update .dockstore.yml --- .dockstore.yml | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/.dockstore.yml b/.dockstore.yml index b8f6123..5548d94 100644 --- a/.dockstore.yml +++ b/.dockstore.yml @@ -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 @@ -31,7 +34,8 @@ workflows: testParameterFiles: - /workflows/wdl/w4/inputJson.json filters: - branches: ["main"] + branches: + - main - name: single-descriptor-complex-nested-input publish: true @@ -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 @@ -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 @@ -67,5 +76,7 @@ workflows: testParameterFiles: - /agc-examples/fastq/input.json filters: - branches: ["main"] - tags: ["1.12"] + branches: + - main + tags: + - 1.12