mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -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
|
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:
|
env:
|
||||||
NINJA_VERSION: 1.9.0
|
NINJA_VERSION: 1.9.0
|
||||||
BUILD_TYPE: Release
|
BUILD_TYPE: Release
|
||||||
|
Loading…
Reference in New Issue
Block a user