Skip to content

Commit

Permalink
run everything except understat in all months
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyelhabr committed Jul 18, 2024
1 parent 4b4c38c commit 094655b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/automated_adv_stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
name: Store advanced stats

# Controls when the action will run - have set this to run at:
# 02:15 on Tuesday, Thursday, and Sunday in
# January, February, March, April, May, August, September, October, November, and December.
# 02:15 on Tuesday, Thursday, and Sunday
on:
schedule:
- cron: "30 17 * 1-5,8-12 0,2,4"
- cron: "30 17 * * 0,2,4"


# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automated_fb_advanced_match_stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Scrape FBref advanced match stats

on:
schedule:
- cron: "13 18 * 1-5,8-12 0,2,4"
- cron: "13 18 * * 0,2,4"
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automated_fb_match_summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Scrape FBref match summaries

on:
schedule:
- cron: "58 17 * 1-5,8-12 0,2,4"
- cron: "58 17 * * 0,2,4"
workflow_dispatch:

jobs:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/automated_match_results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
name: Store match results

# Controls when the action will run - have set this to run at:
# 02:00 on Tuesday, Thursday, and Sunday in
# January through December.
# 02:00 on Tuesday, Thursday, and Sunday
on:
schedule:
- cron: "15 17 * 1-12 0,2,4"
- cron: "15 17 * * 0,2,4"


# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down

0 comments on commit 094655b

Please sign in to comment.