Skip to content

Commit d0cb21a

Browse files
Only trigger xs, slate CI on updates to xs, slate
1 parent ead6548 commit d0cb21a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/workflows/slate-noetic.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@ name: build-slate-noetic
22

33
on:
44
push:
5+
paths-ignore:
6+
- 'interbotix_ros_uxarms/**'
7+
- 'interbotix_ros_xseries/**'
58
branches:
69
- main
710
- devel
11+
- noetic
812
pull_request:
13+
paths-ignore:
14+
- 'interbotix_ros_uxarms/**'
15+
- 'interbotix_ros_xseries/**'
916
branches:
1017
- main
1118
- devel
19+
- noetic
1220
workflow_dispatch:
1321

1422
defaults:

.github/workflows/xs-noetic.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@ name: build-xs-noetic
22

33
on:
44
push:
5+
paths-ignore:
6+
- 'interbotix_ros_slate/**'
7+
- 'interbotix_ros_uxarms/**'
58
branches:
69
- main
710
- devel
811
pull_request:
12+
paths-ignore:
13+
- 'interbotix_ros_slate/**'
14+
- 'interbotix_ros_uxarms/**'
915
branches:
1016
- main
1117
- devel

0 commit comments

Comments
 (0)