Skip to content

Commit

Permalink
Merge pull request 2i2c-org#5302 from sgibson91/ci-fix-3
Browse files Browse the repository at this point in the history
ci: fix a typo
  • Loading branch information
sgibson91 authored Dec 19, 2024
2 parents 329263c + 9ee9cfc commit 819c419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ jobs:
filtered_prod_jobs = [
prod_job
for prod_job in prod_jobs
if f"failure_{staging_job['cluster_name'].replace('.', '-')}" in outputs.keys()
if f"failure_{prod_job['cluster_name'].replace('.', '-')}" in outputs.keys()
and outputs[f"failure_{prod_job['cluster_name'].replace('.', '-')}"] != "true"
]
except KeyError as ke:
Expand Down

0 comments on commit 819c419

Please sign in to comment.