We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca448b commit 82c4240Copy full SHA for 82c4240
.github/workflows/rust-win.yml
@@ -2,8 +2,14 @@ name: Rust ROS 2 Windows build
2
3
on:
4
push:
5
- branches: [ win-ci]
6
- workflow_dispatch:
+ branches: [ main ]
+ pull_request:
7
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'
13
14
env:
15
CARGO_TERM_COLOR: always
0 commit comments