Skip to content

Commit

Permalink
Merge branch '1.19.2' into 1.19.3
Browse files Browse the repository at this point in the history
* 1.19.2:
  Clear cache workflow
  • Loading branch information
Faboslav committed Oct 3, 2024
2 parents 791aa44 + 71c6195 commit 67ed494
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 67ed494

Please sign in to comment.