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 0592de5 commit 339783aCopy full SHA for 339783a
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