Is there a way to delete or hide old/renamed Workflows? (Reviving #26256) #40350
-
Select Topic AreaProduct Feedback BodyAs already asked in #26256;
#26256 was marked as answered three years ago with the following response;
Based on the continous stream of "+1" on #26256 and the comments by many, it appears that this issue might still be important to many and it might not received due attention, perhaps due to it being marked as "Answered". Is it possible to give this some priority or provide a more tangible estimate than "eventually"? |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 12 replies
-
|
+ 1 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
I chimed in on the original thread but adding my support here as well. Deleting or hiding unused/obsolete workflows would be a huge help for my org. |
Beta Was this translation helpful? Give feedback.
-
|
This is a critical feature missing from github actions, if a new dev starts work on a repo, how will they know which job to run!? |
Beta Was this translation helpful? Give feedback.
-
|
This feature is a much needed one |
Beta Was this translation helpful? Give feedback.
-
|
Yep the ability to delete or archive is needed... |
Beta Was this translation helpful? Give feedback.
-
|
This is so silly plus it makes there documentation incorrect... which is kind of infuriating. https://docs.github.com/en/actions/managing-workflow-runs/deleting-a-workflow-run |
Beta Was this translation helpful? Give feedback.
-
|
festive +1 |
Beta Was this translation helpful? Give feedback.
-
|
Apparently if you delete all the runs for a given workflow, the workflow will then disappear from the list as well. You can delete it manually from the UI or this is the script that I used to clear all runs for a given workflow. Hope it helps! Note that it needs |
Beta Was this translation helpful? Give feedback.
-
|
Instead of adding this to UI or API they added an example script in docs |
Beta Was this translation helpful? Give feedback.


Apparently if you delete all the runs for a given workflow, the workflow will then disappear from the list as well. You can delete it manually from the UI or this is the script that I used to clear all runs for a given workflow. Hope it helps!
Note that it needs
ghandjqcli installed