Skip to content

Commit

Permalink
Merge pull request #51 from ForesightMiningSoftwareCorporation/add_ca…
Browse files Browse the repository at this point in the history
…che_clean_workflow

Add workflow to auto clean cache of closed pr
  • Loading branch information
loispostula authored Sep 27, 2023
2 parents 67fdd2d + aaa5c3f commit 82bb6cc
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 82bb6cc

Please sign in to comment.