rtCamp/action-slack-notify

[Feature request] Show run duration in Slack message

Closed this issue · 4 comments

I'd like to include the run duration in the message sent to the slack channel.

+1

Providing a run duration for a workflow would require that workflow to have a definite duration, i.e. have finished. If you want a transient duration, you may store the timestamps for the start of the run, and compare it against the time you send the message to obtain a relative duration.

As for supporting this behaviour baked into the action, we currently have no plans for doing that.