From b6e695d49659e663b4e5a6093fcf081bca6d3870 Mon Sep 17 00:00:00 2001 From: Jean Cochrane Date: Fri, 17 Nov 2023 13:34:43 -0600 Subject: [PATCH] Try deleting multiple invalid run IDs --- .github/workflows/delete-model-runs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/delete-model-runs.yaml b/.github/workflows/delete-model-runs.yaml index ce2c727a..e23976aa 100644 --- a/.github/workflows/delete-model-runs.yaml +++ b/.github/workflows/delete-model-runs.yaml @@ -46,4 +46,4 @@ jobs: run: Rscript ./R/delete_current_year_model_runs.R "$RUN_IDS" shell: bash env: - RUN_IDS: 2024-11-14-foo-bar + RUN_IDS: 2024-11-14-foo-bar 2024-11-15-baz