Skip to content

Commit

Permalink
Merge pull request #22 from ijnek/iron-ci-update
Browse files Browse the repository at this point in the history
updating CI for iron
  • Loading branch information
ijnek authored Jun 7, 2023
2 parents b7ad685 + 5b5cbd4 commit ca9a9fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# This is a basic workflow to help you get started with Actions

name: Build and Test (galactic)
name: Build and Test (iron)

# Controls when the action will run.
# Controls when the action will run.
on:
# Triggers the workflow on push
push:
branches: [ galactic ]
branches: [ rolling ]

# Triggers the workflow on pull requests
pull_request:
branches: [ galactic ]
branches: [ rolling ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -22,7 +22,7 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest
container:
image: ubuntu:focal
image: ubuntu:jammy

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -31,4 +31,4 @@ jobs:
use-ros2-testing: true
- uses: ros-tooling/[email protected]
with:
target-ros2-distro: galactic
target-ros2-distro: iron
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Vision Msgs Layers

[![Build and Test (galactic)](../../actions/workflows/build_and_test_galactic.yaml/badge.svg?branch=galactic)](../../actions/workflows/build_and_test_galactic.yaml?query=branch:galactic)
[![Build and Test (humble)](../../actions/workflows/build_and_test_humble.yaml/badge.svg?branch=humble)](../../actions/workflows/build_and_test_humble.yaml?query=branch:humble)
[![Build and Test (iron)](../../actions/workflows/build_and_test_iron.yaml/badge.svg?branch=rolling)](../../actions/workflows/build_and_test_iron.yaml?query=branch:rolling)
[![Build and Test (rolling)](../../actions/workflows/build_and_test_rolling.yaml/badge.svg?branch=rolling)](../../actions/workflows/build_and_test_rolling.yaml?query=branch:rolling)

## Supported messages
Expand Down

0 comments on commit ca9a9fa

Please sign in to comment.