mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 02:24:59 +00:00
chore(ci): do not always regenerate the cache
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
f5638a6354
commit
5db321dad2
1 changed files with 4 additions and 3 deletions
7
.github/workflows/generate_grpc_cache.yaml
vendored
7
.github/workflows/generate_grpc_cache.yaml
vendored
|
@ -2,9 +2,10 @@ name: 'generate and publish GRPC docker caches'
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
schedule:
|
||||
# daily at midnight
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
concurrency:
|
||||
group: grpc-cache-${{ github.head_ref || github.ref }}-${{ github.repository }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue