Skip to content

Commit 57a1fb8

Browse files
author
Norraphat
committed
update config
1 parent 96d700f commit 57a1fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -754,9 +754,9 @@ def condition(self, fragment, stepList, key, hasHarvest):
754754
# select only a subset of the workflows
755755
selected = [
756756
('2018' in key and fragment == "TTbar_13"),
757-
(('2021' or '2023' in key) and fragment == "TTbar_14TeV" and 'FS' not in key),
757+
(('2021' in key or '2023' in key) and fragment == "TTbar_14TeV" and 'FS' not in key),
758758
('2018' in key and fragment == "ZMM_13"),
759-
(('2021' or '2023' in key) and fragment == "ZMM_14" and 'FS' not in key),
759+
(('2021' in key or '2023' in key) and fragment == "ZMM_14" and 'FS' not in key),
760760
('2026D88' in key and fragment == "TTbar_14TeV" and "PixelOnly" in self.suffix)
761761
]
762762
result = any(selected) and hasHarvest

0 commit comments

Comments
 (0)