mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 10:35:01 +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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
|
||||||
branches:
|
schedule:
|
||||||
- master
|
# daily at midnight
|
||||||
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: grpc-cache-${{ github.head_ref || github.ref }}-${{ github.repository }}
|
group: grpc-cache-${{ github.head_ref || github.ref }}-${{ github.repository }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue