Skip to content

Commit

Permalink
Merge branch '1.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Oct 10, 2023
2 parents 4747cc2 + bfc89e1 commit 99dca0e
Show file tree
Hide file tree
Showing 24 changed files with 206 additions and 912 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/docker_with_linux_setup.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/docker_with_linux_setup_modules.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/docker_without_linux_setup.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/docker_without_linux_setup_modules.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/noetic.yml

This file was deleted.

24 changes: 24 additions & 0 deletions .github/workflows/ros_package_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: ros_package_build

on:

push:
branches: [ master ]

paths-ignore:
- '**/README.md'
- '**.jpg'
- '**.png'

workflow_dispatch:

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:

build:
uses: ctu-mrs/ci_scripts/.github/workflows/ros_package_build.yml@master
secrets:
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
Loading

0 comments on commit 99dca0e

Please sign in to comment.