Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Norraphat committed Feb 23, 2023
1 parent 96d700f commit 57a1fb8
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -754,9 +754,9 @@ def condition(self, fragment, stepList, key, hasHarvest):
# select only a subset of the workflows
selected = [
('2018' in key and fragment == "TTbar_13"),
(('2021' or '2023' in key) and fragment == "TTbar_14TeV" and 'FS' not in key),
(('2021' in key or '2023' in key) and fragment == "TTbar_14TeV" and 'FS' not in key),
('2018' in key and fragment == "ZMM_13"),
(('2021' or '2023' in key) and fragment == "ZMM_14" and 'FS' not in key),
(('2021' in key or '2023' in key) and fragment == "ZMM_14" and 'FS' not in key),
('2026D88' in key and fragment == "TTbar_14TeV" and "PixelOnly" in self.suffix)
]
result = any(selected) and hasHarvest
Expand Down

0 comments on commit 57a1fb8

Please sign in to comment.