Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardsegarra committed Apr 26, 2024
1 parent ac39d24 commit f15d2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def monitor_queued_jobs():
f"job:{run['job_name']}",
f"repository:{run['repository']}",
f"runner_name:{run['runner_name']}",
f"run_id:{run['run_id']}",
f"run_id:run{run['run_id']}",
f"public:{run['is_public']}"
]
app.logger.info(f"tags {tags}")
Expand Down

0 comments on commit f15d2c9

Please sign in to comment.