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 bbf1108 commit 1ad15f3Copy full SHA for 1ad15f3
files/bin/deploy.py
@@ -139,7 +139,6 @@ def main() -> None:
139
labels = get_pr_labels(pr_number)
140
cred_params = []
141
142
-
143
if "koku" in components:
144
if "smokes-required" in labels and not any(label.endswith("-smoke-tests") for label in labels):
145
sys.exit("Missing smoke tests labels.")
0 commit comments