Skip to content

Commit 35fb6d5

Browse files
committed
[CI] Test run
TODO: drop this commit before merging
1 parent 427055c commit 35fb6d5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/calibrations.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: "Calibrations (nightly)"
33
on:
44
schedule:
55
- cron: 31 2 * * *
6+
pull_request:
7+
branches: "master"
68

79
jobs:
810
name: "Calibration for model ${{ matrix.hs_mode }}"

.github/workflows/calibrations_common.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
task_output_dir="${{ needs.setup.outputs.output_dir }}/${RUN_NAME}/${draw}/${{ matrix.index }}"
167167
mkdir -p "${task_output_dir}"
168168
169-
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 }}
169+
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'
170170
working-directory: "${{ needs.setup.outputs.worktree_path }}"
171171

172172
# Do the postprocessing

0 commit comments

Comments
 (0)