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 145185f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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 [email protected]. 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
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 145185f

Please sign in to comment.