Skip to content

Commit

Permalink
feat: 工作流更名
Browse files Browse the repository at this point in the history
  • Loading branch information
FHU-yezi committed Mar 5, 2024
1 parent 80bf87f commit fd8af38
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions jobs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ def import_deployment(path: str) -> DeploymentType:


DEPLOYMENT_PATHS: Set[str] = {
"jobs.fetch_article_earning_ranking_records:deployment",
"jobs.fetch_assets_ranking_records:deployment",
"jobs.fetch_daily_update_ranking_records:deployment",
"jobs.fetch_jianshu_lottery_win_records:deployment",
"jobs.fetch_jpep_ftn_trade_orders:buy_deployment",
"jobs.fetch_jpep_ftn_trade_orders:sell_deployment",
"jobs.fetch_lp_recommended_article_records:deployment",
"jobs.article_earning_ranking:deployment",
"jobs.assets_ranking:deployment",
"jobs.daily_update_ranking:deployment",
"jobs.jianshu_lottery:deployment",
"jobs.jpep_ftn_trade:buy_deployment",
"jobs.jpep_ftn_trade:sell_deployment",
"jobs.lp_recommended_articles:deployment",
}


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fd8af38

Please sign in to comment.