Skip to content

Commit c0567c7

Browse files
JanStaschulatBrettRD
authored andcommitted
updating CI job for foxy-branch (ros2#67)
* removed rolling from CI job Signed-off-by: Jan Staschulat <[email protected]> * corrections: using foxy branch, removed rolling image Signed-off-by: Jan Staschulat <[email protected]> Signed-off-by: BrettRD <[email protected]>
1 parent 8a1088d commit c0567c7

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: CI RCLC
1+
name: CI RCLC Foxy
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ foxy ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ foxy ]
88
schedule:
99
# Run once per day to detect broken dependencies.
1010
- cron: '33 6 * * *'
@@ -17,16 +17,13 @@ jobs:
1717
matrix:
1818
# os: [ ubuntu-20.04, windows-latest, macOS-latest ]
1919
os: [ ubuntu-20.04 ]
20-
ros_distribution: [ foxy, rolling, dashing ]
20+
ros_distribution: [ foxy, dashing ]
2121
include:
2222
- docker_image: ubuntu:bionic
2323
ros_distribution: dashing
2424

2525
- docker_image: ubuntu:focal
2626
ros_distribution: foxy
27-
28-
- docker_image: ubuntu:focal
29-
ros_distribution: rolling
3027
container:
3128
image: ${{ matrix.docker_image }}
3229
steps:

0 commit comments

Comments
 (0)