Skip to content

Commit

Permalink
Separating CI for rolling.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFabian committed Oct 10, 2024
1 parent 52b4665 commit 6fe8529
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Lint & Test
on:
push:
branches: [ jazzy ]
branches: [ rolling ]
pull_request:
branches: [ jazzy ]
branches: [ rolling ]
defaults:
run:
shell: bash
Expand Down Expand Up @@ -37,8 +37,6 @@ jobs:
strategy:
matrix:
setup:
- rosdistro: jazzy
os: ubuntu-latest
- rosdistro: rolling
os: ubuntu-latest
steps:
Expand Down

0 comments on commit 6fe8529

Please sign in to comment.