Skip to content

Commit

Permalink
Merge pull request #627 from myk002/myk_clean-cache
Browse files Browse the repository at this point in the history
add cache cleaning workflow
  • Loading branch information
myk002 authored Aug 4, 2023
2 parents a87fd23 + b5dee2f commit 10eaec5
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 10eaec5

Please sign in to comment.