Skip to content

Commit

Permalink
Merge branch '1.20.4' into 1.20.6
Browse files Browse the repository at this point in the history
* 1.20.4:
  Clear cache workflow
  • Loading branch information
Faboslav committed Oct 3, 2024
2 parents ea49583 + af62962 commit d3dcc10
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/clear-cache.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Clear cache"

on:
workflow_dispatch:

jobs:
clear-cache:
runs-on: ubuntu-latest
name: "Clear cache"
timeout-minutes: 60
steps:
- uses: MyAlbum/purge-cache@v2
with:
accessed: true
created: true
max-age: 0

0 comments on commit d3dcc10

Please sign in to comment.