Skip to content

Commit

Permalink
update cron and ref branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jzwart committed Feb 8, 2024
1 parent 4871798 commit 3a8ed9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scoring.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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}
Expand Down

0 comments on commit 3a8ed9c

Please sign in to comment.