Skip to content

Commit

Permalink
chore: missing bool value
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Mar 21, 2024
1 parent 4edcf32 commit c96616a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def post_metric(context: HookContext, value: int, labels: typing.Dict[str, str])
gcp_metric_on_failure = metric_job_success_hook_factory(
name="gcp_metric_on_failure",
description="GCP metric hook for failure",
on_success=False,
callable_fn=post_metric,
required_resource_keys={"gcp_metrics"},
)
Expand Down

0 comments on commit c96616a

Please sign in to comment.