Skip to content

Commit bade135

Browse files
authored
Update daily runs to afternoon (#658)
1 parent 47b54fa commit bade135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
- "v*.*.*"
99
pull_request:
1010
workflow_dispatch:
11-
# Run M-F at 5AM CDT
11+
# Run M-F at 2pm CDT
1212
schedule:
13-
- cron: '0 10 * * 1-5'
13+
- cron: '0 19 * * 1-5'
1414

1515
env:
1616
DEFAULT_GO_VERSION: ^1.16

0 commit comments

Comments
 (0)