Skip to content

Commit

Permalink
REMOVE: focus on prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke committed Aug 4, 2024
1 parent f6f6c94 commit e6952c8
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 232 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/focus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: CI

on:
push:
paths-ignore:
- '**/*.md'
- 'doc/*.rst'

jobs:
build-ros-prerelease:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: ros industrial-ci
uses: './'
env:
ROS_DISTRO: iron
ROS_REPO: main
PRERELEASE: true
isolated:
env:
ISOLATION: shell
strategy:
fail-fast: false
matrix:
env:
- {ROS_DISTRO: noetic, PRERELEASE: true, UBUNTU: 20.04}
- {ROS_DISTRO: humble, PRERELEASE: true, UBUNTU: 22.04, TARGET_WORKSPACE: ". github:ros-controls/control_msgs#galactic-devel"}
runs-on: ubuntu-${{matrix.env.UBUNTU}}
steps:
- uses: actions/checkout@v3
- uses: './'
env: ${{matrix.env}}
232 changes: 0 additions & 232 deletions .github/workflows/main.yml

This file was deleted.

0 comments on commit e6952c8

Please sign in to comment.