Skip to content

Commit

Permalink
Add release to CI, turn off fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
brow1633 authored Jun 8, 2024
1 parent a92caa1 commit 984f8e3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,20 @@ name: CI

on: # this determines when this workflow is run
push:
branches: [ main ] # when master or melodic-devel branch is pushed to
branches: [ main ]
pull_request:
branches: [ main ] # when there is a pull request against master
branches: [ main ]
release:
types: [ created ]


jobs:
industrial_ci:
name: ROS ${{ matrix.ROS_DISTRO }} (${{ matrix.ROS_REPO }})
runs-on: ubuntu-latest
strategy:
# fail-fast: false # uncomment if failing jobs should not cancel the others immediately
matrix: # matrix is the product of entries
fail-fast: false
matrix:
ROS_DISTRO: [humble, iron, jazzy, rolling]
ROS_REPO: [main, testing]

Expand Down

0 comments on commit 984f8e3

Please sign in to comment.