From 3a8ed9c3f816f2eacc0436628618a1134c21bb88 Mon Sep 17 00:00:00 2001 From: Zwart Date: Thu, 8 Feb 2024 13:57:35 -0800 Subject: [PATCH] update cron and ref branch --- .github/workflows/scoring.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/scoring.yaml b/.github/workflows/scoring.yaml index 9bdbc7c52c..765d56a80b 100644 --- a/.github/workflows/scoring.yaml +++ b/.github/workflows/scoring.yaml @@ -1,8 +1,8 @@ # Workflow derived from https://github.com/r-lib/actions/tree/v2/examples # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: - #schedule: - # - cron: '0 0 * * *' + schedule: + - cron: '0 0 */3 * *' workflow_dispatch: name: scoring @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - ref: score4casts # TODO: change this to prod when happy + ref: prod - name: Install shell: Rscript {0}