Skip to content

Commit

Permalink
fixing sanity checks
Browse files Browse the repository at this point in the history
  • Loading branch information
bacciotti authored and samdoran committed Oct 31, 2024
1 parent bbf1108 commit 1ad15f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion files/bin/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ def main() -> None:
labels = get_pr_labels(pr_number)
cred_params = []


if "koku" in components:
if "smokes-required" in labels and not any(label.endswith("-smoke-tests") for label in labels):
sys.exit("Missing smoke tests labels.")
Expand Down

0 comments on commit 1ad15f3

Please sign in to comment.