Skip to content

Commit

Permalink
remove foxy and galactic CI, and iron CI
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Brameld <[email protected]>
(cherry picked from commit 85fe174)
  • Loading branch information
ijnek authored and mergify[bot] committed Jun 28, 2023
1 parent b4d5238 commit 86f38d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 72 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/build_and_test_foxy.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/build_and_test_galactic.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# This is a basic workflow to help you get started with Actions

name: Build and Test (dev)
name: Build and Test (iron)

# Controls when the action will run.
on:
# Triggers the workflow on push
push:
branches: [ dev ]
branches: [ iron ]

# Triggers the workflow on pull requests
pull_request:
branches: [ dev ]
branches: [ iron ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -31,4 +31,4 @@ jobs:
use-ros2-testing: true
- uses: ros-tooling/[email protected]
with:
target-ros2-distro: rolling
target-ros2-distro: iron

0 comments on commit 86f38d1

Please sign in to comment.