Skip to content

Commit

Permalink
ci: reduce rocksdb-cache execiton frequence (backport #22193) (#22199)
Browse files Browse the repository at this point in the history
Co-authored-by: auricom <[email protected]>
  • Loading branch information
mergify[bot] and auricom authored Oct 9, 2024
1 parent 5426049 commit 9f70225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cache-rocksdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 9f70225

Please sign in to comment.