Skip to content

Commit

Permalink
Merge branch 'main' into feat/add_new_tlr_model_to_artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
MasatoSaeki authored Feb 13, 2025
2 parents a3f87bb + d23330a commit a37a36f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/health-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ on:
workflow_dispatch:

jobs:
label-check:
uses: autowarefoundation/autoware-github-actions/.github/workflows/make-sure-label-is-present.yaml@v1
require-label:
uses: autowarefoundation/autoware-github-actions/.github/workflows/require-label.yaml@v1
with:
label: tag:run-health-check

load-env:
needs: label-check
if: ${{ needs.label-check.outputs.result == 'true' ||
needs: require-label
if: ${{ needs.require-label.outputs.result == 'true' ||
github.event_name == 'schedule' ||
github.event_name == 'workflow_dispatch' }}
uses: ./.github/workflows/load-env.yaml
Expand Down
6 changes: 3 additions & 3 deletions autoware.repos
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@ repositories:
sensor_kit/sample_sensor_kit_launch:
type: git
url: https://github.com/autowarefoundation/sample_sensor_kit_launch.git
version: 0.40.0
version: 0.41.0
sensor_kit/external/awsim_sensor_kit_launch: # TODO: Integrate into sample_sensor_kit_launch
type: git
url: https://github.com/tier4/awsim_sensor_kit_launch.git
version: 0.40.0
version: 0.41.0
sensor_kit/awsim_labs_sensor_kit_launch:
type: git
url: https://github.com/autowarefoundation/awsim_labs_sensor_kit_launch.git
version: 0.39.0
version: 0.41.1
sensor_kit/single_lidar_sensor_kit_launch:
type: git
url: https://github.com/autowarefoundation/single_lidar_sensor_kit_launch.git
Expand Down

0 comments on commit a37a36f

Please sign in to comment.