Skip to content

Commit

Permalink
Change buildconf
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiaelizabete committed Jan 17, 2024
1 parent 014764e commit 72e002a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/autoproj-ci-runner.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# runner-ci-autoproj provides commands useful to build in CI environments
# run ci clean cache

name: autoproj-ci-runner

on: [pull_request]
Expand All @@ -9,7 +12,7 @@ jobs:
fail-fast: false
matrix:
distro: [jammy]
name: "autoproj-ci-runner"
name: "runner-ci-autoproj"
steps:
- name: Setup Checkout Code Quality
uses: actions/checkout@v3
Expand All @@ -33,7 +36,7 @@ jobs:
- uses: ./
with:
distro: ${{ matrix.distro }}
buildconf-url: [email protected]:Brazilian-Institute-of-Robotics/autoproj_runner_ci-buildconf.git
buildconf-url: [email protected]:Brazilian-Institute-of-Robotics/cbr_build_conf.git
buildconf-branch: main
seed-config: |
---
Expand All @@ -50,7 +53,7 @@ jobs:
ros_distro: 'humble'
user_shells:
- bash
project: 'autoproj_runner_ci'
project: 'cbr_build_conf'
packages: '${{ github.event.repository.name }}'
overrides: |
${{ steps.code_quality.outputs.overrides }}
Expand Down

0 comments on commit 72e002a

Please sign in to comment.