gha : Build cache each night to have a warm cache each morning

This commit is contained in:
Magne Sjaastad 2020-06-07 19:38:30 +02:00
parent ef579d7933
commit 03ac01d049

View File

@ -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