Skip to content

Commit

Permalink
chore(ci): run prune after build
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Oct 10, 2024
1 parent af0810d commit 65a5ecb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ jobs:

prune:
runs-on: ubuntu-latest
needs: build
if: always()
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 65a5ecb

Please sign in to comment.