server

Clone or download

Run delete artifacts after run

Modified Files

--- 'a/.github/workflows/delete-all-artifacts.yml'
+++ b/.github/workflows/delete-all-artifacts.yml
@@ -9,6 +9,10 @@ on:
tags:
required: false
description: 'Delete artifacts'
+ workflow_run:
+ workflows: [ "Release" ]
+ types:
+ - completed
jobs:
delete-artifacts: