Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
B3rse committed Jan 3, 2024
1 parent 5ba1d33 commit 8038605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline_utils/schemas/yaml_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
schema.PROPERTIES: {
'argument_type': {
schema.TYPE: schema.STRING,
schema.PATTERN: '^file\\..+|^parameter\\..+|^qc$|^report$'
schema.PATTERN: '^file\\..+|^parameter\\..+|^qc_ruleset\\..+|^qc$|^report$'
},
'secondary_files': {
schema.TYPE: schema.ARRAY,
Expand Down

0 comments on commit 8038605

Please sign in to comment.