Skip to content

Commit 485bc6a

Browse files
authored
[ci] Enable weekly CI build on Mondays
Add scheduled workflow to run every Monday at 8 UTC
1 parent 80aabcf commit 485bc6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ on:
1515
- '**.md'
1616
- '**.rst'
1717
- 'docs/**'
18+
# Allows manual triggering from GitHub UI or CLI
1819
workflow_dispatch:
19-
# Allows manual triggering from GitHub UI or CLI
20+
# Weekly build every Monday at 8 UTC
21+
schedule:
22+
- cron: "0 8 * * 1"
2023

2124
jobs:
2225
build-linux:

0 commit comments

Comments
 (0)