Skip to content

Commit

Permalink
Merge pull request #62 from oda-hub/log-creative-status
Browse files Browse the repository at this point in the history
log creative status
  • Loading branch information
volodymyrss committed Apr 18, 2024
2 parents 303579a + 38b91a5 commit 77ee4b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions odabot/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ def update_workflows(obj, dry_run, force, loop, pattern):
logger.info("would deploy this workflow")
else:
creative_status = "production" if 'live-workflow-public' in project['topics'] else default_creative_status
logger.info("will deploy this workflow, creative_status=%s, topics=%s", creative_status, project['topics'])
workflow_update_status, deployment_info = update_workflow(last_commit,
last_commit_created_at,
project,
Expand Down

0 comments on commit 77ee4b8

Please sign in to comment.