Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bram-vdberg committed Nov 1, 2024
1 parent 6910bcb commit be9d7c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:
pip install -r requirements/prod.txt
prefect config set PREFECT_API_URL=$PREFECT_API_URL
python -m src.deploy_prefect.pr_deployment
prefect deployment run 'dev-order-rewards/dune-sync-pr-order-rewards'
prefect deployment run 'dev-order-rewards/dune-sync-pr-order-rewards' --name "$BRANCH_NAME"
1 change: 0 additions & 1 deletion src/deploy_prefect/pr_deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
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",
Expand Down

0 comments on commit be9d7c2

Please sign in to comment.