Add option to rename Workflow runs #64836
Replies: 3 comments 4 replies
-
|
You can use the run-name element to dynamically set the workflow run name. It is very limited though as it is only able to access the I came here to make a similar request as this, to be able to rename the workflow run from a job step. My use case is we want to include the version number (which is determined dynamically during the build workflow run) in our build and deployment workflow run names. Having to click into every workflow run to find out which version it is for (assuming you output it in one of your workflow steps) is a real pain. +1 to be able to include arbitrary information in the workflow run name from a job step. |
Beta Was this translation helpful? Give feedback.
-
|
Reading through the original post again, I think the OP is requesting the ability to rename a workflow run that has already completed. That is different from my request. I want the ability to specify the run name during one of the job steps, which is #69476. @jiribrejcha you may want to update the title of this request to make that distinction clear. e.g. Change the title to |
Beta Was this translation helpful? Give feedback.
-
|
This'd still be great to see. Really useful for multiple related composite runs, where you may want the run to show as success/fail as normal but surface some information from the child composite action example scenario: Workflow called |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Product Feedback
Body
Currently, all Workflow runs are named after the Workflow. I am suggesting we add a "Rename" option to GitHub Workflows, which will allow us to add a note to the Workflow run name. For example "Do not use", or "Built from dev branch", "Kernel 6.1" or similar comments.
Here is an example of our Workflow. All runs are called "Build kernel", but they are different flavours and Kernel versions. Ability to rename them would save us a ton of time.
Beta Was this translation helpful? Give feedback.
All reactions