Skip to content

Commit 5ee3d15

Browse files
Update rolling-binary-build-win.yml
1 parent 48c32ed commit 5ee3d15

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/rolling-binary-build-win.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,6 @@ name: Rolling Windows Binary Build
44

55
on:
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
@@ -31,7 +18,6 @@ on:
3118
- '**/CMakeLists.txt'
3219
- '**.xml'
3320
push: *event
34-
>>>>>>> b200644 ([CI] Add paths filters (#427))
3521

3622
concurrency:
3723
# cancel previous runs of the same workflow, except for pushes on given branches
@@ -40,10 +26,6 @@ concurrency:
4026

4127
jobs:
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

0 commit comments

Comments
 (0)