Skip to content

Commit cafb65e

Browse files
committed
[ci] weekly CI build on Mondays at 8:10 to avoid multiple connections
1 parent 06313cb commit cafb65e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ on:
1717
- 'docs/**'
1818
# Allows manual triggering from GitHub UI or CLI
1919
workflow_dispatch:
20-
# Weekly build every Monday at 8 UTC
20+
# Weekly build every Monday at 8:10 UTC
2121
schedule:
22-
- cron: "0 8 * * 1"
22+
- cron: "10 8 * * 1"
2323

2424
jobs:
2525
build-linux:

0 commit comments

Comments
 (0)