Skip to content

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

[CI] Run nightly calibration with new healthsystem mode

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

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

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

View workflow run for this annotation

GitHub Actions / Calibrations (nightly)

Invalid workflow file

The workflow is not valid. In .github/workflows/calibrations.yaml (Line: 16, Col: 11): Error from called workflow UCL/TLOmodel/.github/workflows/calibrations_common.yaml@55f7b61e1fc178ab5aead413e3b8e8d96d01710c (Line: 159, Col: 14): Unrecognized named-value: 'input'. Located at position 1 within expression: input.hs_mode
with:
hs_mode: ${{ matrix.hs_mode }}
commit: ${{ github.sha }}
secrets: inherit