Skip to content

Commit

Permalink
Testing pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-palmer committed Oct 12, 2023
1 parent b435bf3 commit ae61c17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- 120-feature-cleanup-dockerfile
pull_request:
workflow_dispatch:

Expand All @@ -21,10 +22,6 @@ jobs:
env:
- IMAGE: rolling-ci
ROS_DISTRO: rolling
- IMAGE: iron-ci
ROS_DISTRO: iron
- IMAGE: humble-ci
ROS_DISTRO: humble
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ on:
push:
branches:
- main
- 120-feature-cleanup-dockerfile
pull_request:
paths:
- .docker/**
- .github/workflows/docker.yaml
- blue.repos
- requirements-build.txt
workflow_dispatch:

env:
Expand All @@ -20,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [humble, iron, rolling]
ROS_DISTRO: [rolling]
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down Expand Up @@ -60,7 +63,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [humble, rolling, iron]
ROS_DISTRO: [rolling]
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down Expand Up @@ -107,7 +110,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [humble, iron, rolling]
ROS_DISTRO: [rolling]
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down Expand Up @@ -147,7 +150,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [humble, iron, rolling]
ROS_DISTRO: [rolling]
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down

0 comments on commit ae61c17

Please sign in to comment.