Skip to content

Commit

Permalink
+ arm gihub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Jul 31, 2023
1 parent 36158f7 commit 79d206a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 45 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/noetic.yml

This file was deleted.

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

on:

push:
branches: [ hw_api ]

pull_request:
branches: [ hw_api ]

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 }}

0 comments on commit 79d206a

Please sign in to comment.