Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bram-vdberg committed Nov 4, 2024
1 parent 4769365 commit e881eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deploy_prefect/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
def generate_pr_flow_name():
return os.getenv("BRANCH_NAME")

@flow(retries=3, retry_delay_seconds=60, log_prints=True) # type: ignore[misc]
@flow(flow_run_name=generate_pr_flow_name(), retries=3, retry_delay_seconds=60, log_prints=True) # type: ignore[misc]
def dev_order_rewards() -> None:
"""Defines a flow for updating the order_rewards table"""
config = Config(CHAIN.MAINNET, ENV.DEV)
Expand Down

0 comments on commit e881eaf

Please sign in to comment.