Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Dec 19, 2024
1 parent 329263c commit 9ee9cfc
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 9ee9cfc

Please sign in to comment.