File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Rolling Windows Binary Build
2+ # author: Christoph Fröhlich <[email protected] >3+ # description: 'Build & test all dependencies from released (binary) windows packages.'
4+
5+ on :
6+ workflow_dispatch :
7+ pull_request :
8+ branches :
9+ - master
10+ # types:
11+ # - labeled
12+ push :
13+ branches :
14+ - master
15+ # issue_comment:
16+ # types:
17+ # - created
18+
19+ jobs :
20+ binary-windows :
21+ # if: |
22+ # (github.event_name == 'issue_comment' && contains(github.event.comment.body, '/check-windows')) ||
23+ # (github.event_name == 'pull_request' && contains(github.event.label.name, 'check-windows')) ||
24+ # (github.event_name == 'workflow_dispatch')
25+ uses : ros-controls/ros2_control_ci/.github/workflows/reusable-ros-tooling-win-build.yml@master
26+ with :
27+ ros_distro : rolling
28+ ref_for_scheduled_build : master
29+ pixi_dependencies : compilers
You can’t perform that action at this time.
0 commit comments