Skip to content

Commit

Permalink
add cache cleaning workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Aug 4, 2023
1 parent a87fd23 commit b5dee2f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/clean-cache.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Clean up PR caches

on:
pull_request_target:
types:
- closed

jobs:
cleanup:
uses: DFHack/dfhack/.github/workflows/clean-cache.yml@develop
secrets: inherit

0 comments on commit b5dee2f

Please sign in to comment.