Skip to content

Commit

Permalink
updated branch and distribution name to iron (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanStaschulat authored Jun 14, 2023
1 parent 96abb74 commit 32d6ad6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CI RCLC Rolling
name: CI RCLC Iron

on:
push:
branches: [ master ]
branches: [ iron ]
pull_request:
branches: [ master ]
branches: [ iron ]
schedule:
# Run once per day to detect broken dependencies.
- cron: '33 6 * * *'
Expand All @@ -16,10 +16,10 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-22.04 ]
ros_distribution: [ rolling ]
ros_distribution: [ iron ]
include:
- docker_image: ubuntu:jammy
ros_distribution: rolling
ros_distribution: iron
container:
image: ${{ matrix.docker_image }}
steps:
Expand Down

0 comments on commit 32d6ad6

Please sign in to comment.