Skip to content

Commit

Permalink
squash-me, typofixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Jun 5, 2024
1 parent b4dd31d commit 27dc95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/gen_gha_matrix_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def print_github_actions_pr_matrix(tree: dict[str, list[str]], leafs: list[str])
if not tree[leaf] and not leaf.startswith("base-"):
continue

# we won't build rhel-based images because they need subscription
# we won't build rhel-based images because they need a subscription
if "rhel" in leaf:
continue

Expand Down

0 comments on commit 27dc95b

Please sign in to comment.