File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,6 @@ name: Rolling Windows Binary Build
44
55on :
66 workflow_dispatch :
7- <<<<<<< HEAD
8- pull_request :
9- branches :
10- - master
11- # types:
12- # - labeled
13- push :
14- branches :
15- - master
16- # issue_comment:
17- # types:
18- # - created
19- =======
207 pull_request : &event
218 branches :
229 - master
3118 - ' **/CMakeLists.txt'
3219 - ' **.xml'
3320 push : *event
34- >>>>>>> b200644 ([CI] Add paths filters (#427))
3521
3622concurrency :
3723 # cancel previous runs of the same workflow, except for pushes on given branches
@@ -40,10 +26,6 @@ concurrency:
4026
4127jobs :
4228 binary-windows :
43- # if: |
44- # (github.event_name == 'issue_comment' && contains(github.event.comment.body, '/check-windows')) ||
45- # (github.event_name == 'pull_request' && contains(github.event.label.name, 'check-windows')) ||
46- # (github.event_name == 'workflow_dispatch')
4729 uses : ros-controls/ros2_control_ci/.github/workflows/reusable-ros-tooling-win-build.yml@master
4830 with :
4931 ros_distro : rolling
You can’t perform that action at this time.
0 commit comments