diff --git a/src/deploy_prefect/pr_deployment.py b/src/deploy_prefect/pr_deployment.py index ad8d3f5..fb9e4bd 100644 --- a/src/deploy_prefect/pr_deployment.py +++ b/src/deploy_prefect/pr_deployment.py @@ -18,6 +18,7 @@ entrypoint="src/deploy_prefect/flows.py:dev_order_rewards", ).deploy( name="dune-sync-pr-order-rewards", + flow_run_name=branch_name, work_pool_name="cowbarn", tags=["dev", "solver", "dune-sync"], description="Run the dune sync order_rewards query",