Skip to content

Commit

Permalink
update ep-update-data times to run 15 minutes after nflverse pbp upda…
Browse files Browse the repository at this point in the history
…tes (#11)
  • Loading branch information
JoeSydlowski authored Oct 16, 2022
1 parent fcdef5b commit 699a119
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ep-update-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
schedule:
- cron: 5 6,10 * 9-12,1 5,1,2
# TNF 5:45 AM UTC / 12:45 AM ET
- cron: '45 5 * 1,2,9-12 5'
# Early window: 10:15 PM UTC / 5:15 PM ET
- cron: '15 22 * 1,2,9-12 0'
# Late window: 0:20 UTC / 8:20 ET
- cron: '20 0 * 1,2,9-12 1'
# SNF/MNF: 5:45 UTC / 12:45 ET
- cron: '45 5 * 1,2,9-12 1'
- cron: '45 5 * 1,2,9-12 2'
workflow_dispatch:

name: ep-update-data
Expand All @@ -19,7 +27,7 @@ jobs:
use-public-rspm: true
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
extra-packages: |
ropensci/piggyback
arrow
readr
Expand Down

0 comments on commit 699a119

Please sign in to comment.