Skip to content

[CI] Run nightly calibration with new healthsystem mode #12

[CI] Run nightly calibration with new healthsystem mode

[CI] Run nightly calibration with new healthsystem mode #12

Workflow file for this run

name: "Calibrations (nightly)"
on:
schedule:
- cron: 31 2 * * *
pull_request:
branches: "master"
jobs:
version-matrix:
name: "Calibration for model ${{ matrix.hs_mode }}"
strategy:
fail-fast: false
matrix:
hs_mode: [1, 2]
uses: ./.github/workflows/calibrations_common.yaml
with:
hs_mode: ${{ matrix.hs_mode }}
commit: ${{ github.sha }}
secrets: inherit