Skip to content

Commit

Permalink
ci: add cleanup-caches workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Jan 24, 2024
1 parent fa26dc1 commit 5cf412e
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 5cf412e

Please sign in to comment.