Skip to content

Commit 55358fb

Browse files
authored
update to run all months of the year
1 parent c26af7e commit 55358fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/automated_match_results.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Store match results
33

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

1111

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

0 commit comments

Comments
 (0)