Skip to content

Commit

Permalink
Merge pull request #33 from eco4cast/submissions_processing
Browse files Browse the repository at this point in the history
updating in submission processing to be every 3 days
  • Loading branch information
jzwart authored Feb 7, 2024
2 parents 9947d6a + 44fd71d commit d2f1d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/submissions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
schedule:
- cron: '0 */2 * * *'
- cron: '0 0 */3 * *'
workflow_dispatch:


Expand Down

0 comments on commit d2f1d05

Please sign in to comment.