Skip to content

Commit

Permalink
updated CI
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
  • Loading branch information
ahcorde committed Apr 29, 2024
1 parent bae2fb9 commit b60c254
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/basic-build-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ name: Basic Build Workflow

on:
push:
branches: [rolling]
branches: [iron]
pull_request:
types: [opened, reopened, synchronize]

jobs:
build-rolling:
build-iron:
runs-on: ubuntu-latest
strategy:
fail-fast: false
container:
image: osrf/ros2:testing
image: ros:iron-ros-core
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Create Workspace
run: |
mkdir src_tmp
Expand Down

0 comments on commit b60c254

Please sign in to comment.