Skip to content

Commit

Permalink
[CI] Test run
Browse files Browse the repository at this point in the history
TODO: drop this commit before merging
  • Loading branch information
giordano committed Jun 4, 2024
1 parent 427055c commit 35fb6d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/calibrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: "Calibrations (nightly)"
on:
schedule:
- cron: 31 2 * * *
pull_request:
branches: "master"

jobs:
name: "Calibration for model ${{ matrix.hs_mode }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/calibrations_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
task_output_dir="${{ needs.setup.outputs.output_dir }}/${RUN_NAME}/${draw}/${{ matrix.index }}"
mkdir -p "${task_output_dir}"
tlo scenario-run --output-dir "${task_output_dir}" --draw "${draw}" ${{ matrix.index }} "${{ needs.setup.outputs.worktree_path }}/src/scripts/calibration_analyses/scenarios/long_run_all_diseases.py" --healthsystem-mode ${{ input.hs_mode }}
tlo scenario-run --output-dir "${task_output_dir}" --draw "${draw}" ${{ matrix.index }} "${{ needs.setup.outputs.worktree_path }}/src/scripts/calibration_analyses/scenarios/long_run_all_diseases.py" --healthsystem-mode ${{ input.hs_mode }} --end-date '2011-01-01'
working-directory: "${{ needs.setup.outputs.worktree_path }}"

# Do the postprocessing
Expand Down

0 comments on commit 35fb6d5

Please sign in to comment.