Skip to content

Commit

Permalink
ci: add cleanup-caches workflow (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Jan 25, 2024
1 parent 1499a82 commit ebe3a4a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/cleanup-caches.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: cleanup caches by a branch
on:
pull_request_target:
types:
- closed
delete:
workflow_dispatch:

jobs:
cleanup:
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- name: Cleanup
uses: 4m-mazi/souji-action@cdef7f507c4bed326aec95989999988f8a10185b # v1.0.0

0 comments on commit ebe3a4a

Please sign in to comment.