mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-29 10:21:54 -06:00
gha : Build cache each night to have a warm cache each morning
This commit is contained in:
parent
ef579d7933
commit
03ac01d049
8
.github/workflows/ResInsightWithCache.yml
vendored
8
.github/workflows/ResInsightWithCache.yml
vendored
@ -1,7 +1,11 @@
|
||||
name: ResInsight Build With Cache
|
||||
|
||||
on: [push]
|
||||
|
||||
on:
|
||||
push:
|
||||
schedule:
|
||||
# Every day at 1am to make sure we have a build cache for the current data
|
||||
# build cache is
|
||||
- cron: '0 1 * * * '
|
||||
env:
|
||||
NINJA_VERSION: 1.9.0
|
||||
BUILD_TYPE: Release
|
||||
|
Loading…
Reference in New Issue
Block a user