Add pipeline delete action (#271)

This commit is contained in:
pollfly 2022-06-22 13:21:17 +03:00 committed by GitHub
parent 780c9dbbd3
commit 760be011fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,6 +106,7 @@ Access these actions with the context menu in any of the following ways:
| Add Tag | User-defined labels added to runs for grouping and organization. | Any state | None |
| Archive | To more easily work with active runs, archive a run. See [Archiving](../webapp_archiving.md). | Any state | None |
| Restore | Action available in the archive. Restore a run to the active pipeline runs table. | Any state | None |
| Delete | Action available in the archive. Delete a run and its steps, which will also remove all their logs, results, artifacts and debug samples | Any State | N/A |
<div class="max-w-50">