We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36936cf commit 9d1aeacCopy full SHA for 9d1aeac
workflows/readout-dataflow.yaml
@@ -2047,7 +2047,7 @@ roles:
2047
- name: trg
2048
enabled: "{{trg_enabled == 'true'}}"
2049
defaults:
2050
- trg_detectors: "{{ detectors }}"
+ trg_detectors: "{{ json.Marshal(json.Sort(json.Unmarshal(detectors))) }}"
2051
trg_runtime_config: "{{ runtime.Get('trg/ltu', trg_runtime_config_file) }}"
2052
trg_global_config: "{{ runtime.Get('trg/ctp', trg_load_parameters) }}"
2053
roles:
0 commit comments