diff --git a/.github/workflows/manage-prs.yml b/.github/workflows/manage-prs.yml index a17eecc0..8c4fe4c7 100644 --- a/.github/workflows/manage-prs.yml +++ b/.github/workflows/manage-prs.yml @@ -109,6 +109,11 @@ jobs: path: ${{ needs.diff.outputs.path }} name: ${{ needs.diff.outputs.artifact }} + - name: Remove no longer needed artifact + uses: geekyeggo/delete-artifact@v1 + with: + name: ${{ needs.diff.outputs.artifact }} + - name: Parse request id: parse-request run: |