From 71006e76a1b60f0aaadc2ba5aaf6402793f14662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Tue, 4 Jun 2024 16:30:50 +0100 Subject: [PATCH] [CI] Test run TODO: drop this commit before merging --- .github/workflows/calibrations.yaml | 2 ++ .github/workflows/calibrations_common.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/calibrations.yaml b/.github/workflows/calibrations.yaml index ecebd9fa00..67c07a7e5c 100644 --- a/.github/workflows/calibrations.yaml +++ b/.github/workflows/calibrations.yaml @@ -3,6 +3,8 @@ name: "Calibrations (nightly)" on: schedule: - cron: 31 2 * * * + pull_request: + branches: "master" jobs: version-matrix: diff --git a/.github/workflows/calibrations_common.yaml b/.github/workflows/calibrations_common.yaml index b6d691b6b7..3e6ee21d55 100644 --- a/.github/workflows/calibrations_common.yaml +++ b/.github/workflows/calibrations_common.yaml @@ -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