From 465cf2d4490bb5ef7153c20e856434e929038b45 Mon Sep 17 00:00:00 2001 From: fewensa <37804932+fewensa@users.noreply.github.com> Date: Fri, 15 Dec 2023 16:11:14 +0800 Subject: [PATCH] Add clean artifacts --- .github/workflows/playground.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/playground.yml b/.github/workflows/playground.yml index ea736a3..ede2287 100644 --- a/.github/workflows/playground.yml +++ b/.github/workflows/playground.yml @@ -45,4 +45,13 @@ jobs: ls build + clean-artifacts: + name: Clean artifacts + runs-on: ubuntu-latest + if: always() + steps: + - uses: geekyeggo/delete-artifact@v2 + with: + name: darwinia-artifact +