Skip to content

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

[CI] Run nightly calibration with new healthsystem mode

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

Workflow file for this run

name: "Calibrations (nightly)"
on:
schedule:
- cron: 31 2 * * *
pull_request:
branches: "master"
jobs:
name: "Calibration for model ${{ matrix.hs_mode }}"

Check failure on line 10 in .github/workflows/calibrations.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/calibrations.yaml

Invalid workflow file

You have an error in your yaml syntax on line 10
version-matrix:
strategy:
fail-fast: false
matrix:
hs_mode: [1, 2]
uses: ./.github/workflows/calibration_common.yaml
with:
hs_mode: ${{ matrix.hs_mode }}
commit: ${{ github.sha }}
secrets: inherit