Skip to content

Commit c0c49ee

Browse files
committed
cron 21:00 day 4
1 parent adfb20c commit c0c49ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_loop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
# Check for updates every Sunday
77
# Later logic builds if there are updates or if it is the 2nd Sunday of the month
88
- cron: "33 7 * * 0" # Sunday at UTC 7:33
9-
- cron: "35 20 * * 4" # test schedule
9+
- cron: "00 21 * * 4" # test schedule
1010

1111
env:
1212
GH_PAT: ${{ secrets.GH_PAT }}

0 commit comments

Comments
 (0)