Skip to content

Commit

Permalink
(multiple -> multiple_input) in test labels
Browse files Browse the repository at this point in the history
  • Loading branch information
GlassOfWhiskey authored and Iacopo Colonnelli committed May 16, 2024
1 parent f3369a6 commit e1433bd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/config/wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ loadlistingrequirement
localhost
lookahead
loopback
loopinput
loopoutputhmethod
maccallum
macos
mappredicate
Expand Down Expand Up @@ -194,6 +196,7 @@ outputbinding
outputenumschema
outputeval
outputformat
outputmethod
outputschema
outputsink
outputsource
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Reporting
If you are being harassed by a member of the CWL Project, notice that someone
else is being harassed, or have any other concerns, please contact the CWL
Leadership Team at leadership@commonwl.org. If person who is harassing
you is on the team, they will recurse themselves from handling your incident. We
you is on the team, they will recuse themselves from handling your incident. We
will respond as promptly as we can.

This code of conduct applies to CWL Project spaces, but if you are being
Expand Down
2 changes: 1 addition & 1 deletion Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ $graph:
termination:
* **last** specifies that only the last computed element for each output
parameter should be propagated to the subsequenct steps. This is the
parameter should be propagated to the subsequent steps. This is the
default value.
* **all** specifies that a single ordered array with all output values
Expand Down
8 changes: 4 additions & 4 deletions tests/conditionals/test-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
out1: [
"foo 2", "foo 4", "foo 6",
"bar 1", "bar 3", "bar 5"]
tags: [ conditional, inline_javascript, scatter, multiple, workflow ]
tags: [ conditional, inline_javascript, scatter, multiple_input, workflow ]

- id: direct_optional_null_result_nojs
doc: simplest conditional pattern (true), no javascript
Expand Down Expand Up @@ -371,7 +371,7 @@
out1: [
"foo 2", "foo 4", "foo 6",
"bar 1", "bar 3", "bar 5"]
tags: [ conditional, scatter, multiple, workflow ]
tags: [ conditional, scatter, multiple_input, workflow ]


- id: cond-with-defaults-1
Expand All @@ -395,7 +395,7 @@
"size": 34
}
]
tags: [ conditional, scatter, multiple, workflow ]
tags: [ conditional, scatter, multiple_input, workflow ]

- id: cond-with-defaults-2
doc: "Default inputs, choose step to run based on what was provided, second case"
Expand All @@ -411,4 +411,4 @@
"size": 12
}
]
tags: [ conditional, scatter, multiple, workflow ]
tags: [ conditional, scatter, multiple_input, workflow ]

0 comments on commit e1433bd

Please sign in to comment.