Skip to content

Commit

Permalink
chore: add workflow to clean cache of closed pr
Browse files Browse the repository at this point in the history
  • Loading branch information
loispostula committed Sep 27, 2023
1 parent 67fdd2d commit aaa5c3f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/clean_cache.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Removed unneeded cache once a pr is closed
on:
pull_request:
types:
- closed

jobs:
clean-cache:
uses: ForesightMiningSoftwareCorporation/github/.github/workflows/clear-cache-closed-pr.yml@v1
secrets: inherit

0 comments on commit aaa5c3f

Please sign in to comment.