Skip to content

Commit

Permalink
[ci] clean test reports after action was done
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Feb 23, 2024
1 parent 6f22fe3 commit a3057a4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,13 @@ jobs:
else
echo "No cycle change detect"
fi
- uses: geekyeggo/delete-artifact@v4
with:
# test-reports has been used, it can be deleted
name: test-reports-*

clean-after-cancelled:
- if: ${{ cancelled() }}
- uses: geekyeggo/delete-artifact@v4
with:
name: test-reports-*

0 comments on commit a3057a4

Please sign in to comment.