Skip to content

Commit 82c4240

Browse files
committed
add normal CI schedule
Signed-off-by: knmcguire <kimberleymcguire@gmail.com>
1 parent bca448b commit 82c4240

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/rust-win.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@ name: Rust ROS 2 Windows build
22

33
on:
44
push:
5-
branches: [ win-ci]
6-
workflow_dispatch:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
8+
schedule:
9+
# Run the CI at 02:22 UTC every Tuesday
10+
# We pick an arbitrary time outside of most of the world's work hours
11+
# to minimize the likelihood of running alongside a heavy workload.
12+
- cron: '22 2 * * 2'
713

814
env:
915
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)