Skip to content

Commit

Permalink
+ github arm workflow, -unused workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Jul 31, 2023
1 parent 6f6aa91 commit 7b368b2
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 289 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/build_test.yml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/build_test_macos.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/catkin_build_test.yml

This file was deleted.

87 changes: 0 additions & 87 deletions .github/workflows/firmware_build_test.yml

This file was deleted.

48 changes: 0 additions & 48 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: [ firmware_1.13.2-deb ]

pull_request:
branches: [ firmware_1.13.2-deb ]

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 }}
21 changes: 0 additions & 21 deletions .github/workflows/validate_sdf.yml

This file was deleted.

0 comments on commit 7b368b2

Please sign in to comment.