ci: reduce rocksdb-cache execiton frequence (backport #22193) (#22199)

Co-authored-by: auricom <27022259+auricom@users.noreply.github.com>
This commit is contained in:
mergify[bot] 2024-10-09 22:01:52 +02:00 committed by GitHub
parent 5426049e1d
commit 9f702257b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ on:
paths:
- build.mk
schedule:
- cron: "*/15 * * * *" # Every 15 minutes
- cron: "15 */2 * * *" # Every two hours at xx:15 minutes
workflow_dispatch:
permissions:
@ -59,4 +59,4 @@ jobs:
path: |
/usr/local/lib/librocksdb.*
/usr/local/include/rocksdb
key: ${{ runner.os }}-rocksdb-${{ env.ROCKSDB_VERSION }}-amd64
key: ${{ runner.os }}-rocksdb-${{ env.ROCKSDB_VERSION }}-amd64