fix concurent + prompt sequences
As discussed in !21327 (merged), sequences cannot be both concurrent and prompt. We added a check for this in Gaudi, but forgot to fix three sequences. Now this errors shows up with new Gaudi in !22199 (merged):
PrecedenceSvc 0 WARNING 'Concurrent'/'Prompt' contradiction(s) found. Settings are mutually exclusive within a task group. Discarding 'Prompt' for AthRegSeq, AthCondSeq, AthAllAlgSeq
I also fixed this in the new configuration and tagging @smh because of this.