Skip to content

add option of site groups, that we save the forecast for #168

add option of site groups, that we save the forecast for

add option of site groups, that we save the forecast for #168

name: Build dockers
on:
push:
jobs:
build-database-cleanup-docker:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Build
run: make build-database-cleanup
build-forecast-inference-docker:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
with:
submodules: true
- name: Build
run: make build-forecast-inference