From 6910bcb3bb79f5f97a17a10db1356452b30f9324 Mon Sep 17 00:00:00 2001 From: = Date: Fri, 1 Nov 2024 12:40:49 +0100 Subject: [PATCH] Bug fixes --- src/deploy_prefect/pr_deployment.py | 1 + 1 file changed, 1 insertion(+) 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",