We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adfb20c commit c0c49eeCopy full SHA for c0c49ee
.github/workflows/build_loop.yml
@@ -6,7 +6,7 @@ on:
6
# Check for updates every Sunday
7
# Later logic builds if there are updates or if it is the 2nd Sunday of the month
8
- cron: "33 7 * * 0" # Sunday at UTC 7:33
9
- - cron: "35 20 * * 4" # test schedule
+ - cron: "00 21 * * 4" # test schedule
10
11
env:
12
GH_PAT: ${{ secrets.GH_PAT }}
0 commit comments