Skip to content

Commit

Permalink
updated readme, update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Jan 11, 2023
1 parent bbd9b3a commit 13c56ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 48 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/melodic.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/noetic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.8.0
uses: styfle/cancel-workflow-action@0.11.0
with:
access_token: ${{ github.token }}

Expand All @@ -33,7 +33,7 @@ jobs:
steps:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0 # fetch the whole history

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MRS resources for Gazebo

| Build status | [![Build Status](https://github.com/ctu-mrs/mrs_gazebo_common_resources/workflows/Melodic/badge.svg)](https://github.com/ctu-mrs/mrs_gazebo_common_resources/actions) | [![Build Status](https://github.com/ctu-mrs/mrs_gazebo_common_resources/workflows/Noetic/badge.svg)](https://github.com/ctu-mrs/mrs_gazebo_common_resources/actions) |
|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Build status | [![Build Status](https://github.com/ctu-mrs/mrs_gazebo_common_resources/workflows/Noetic/badge.svg)](https://github.com/ctu-mrs/mrs_gazebo_common_resources/actions) |
|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|

This package contains common gazebo files (worlds, models and plugins) for the MRS system.

Expand Down

0 comments on commit 13c56ea

Please sign in to comment.