Skip to content

Commit

Permalink
chore: sync files (autowarefoundation#807)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
tier4-autoware-private-bot[bot] and github-actions authored Apr 24, 2024
1 parent 693f027 commit b060537
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cancel-previous-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.12.0
uses: styfle/cancel-workflow-action@0.12.1
with:
workflow_id: all
all_but_latest: true
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repos:
args: [-w, -s, -i=4]

- repo: https://github.com/AleksaC/hadolint-py
rev: v2.12.0.3
rev: v2.12.1-beta
hooks:
- id: hadolint

Expand Down
2 changes: 1 addition & 1 deletion ansible-galaxy-requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ collections:

- name: https://github.com/autowarefoundation/autoware.git#/ansible
type: git
version: afc8764817e89d1ec54c67fabad48bcf68afbec5
version: da80780fdb491e99f09d24d0a7fab6321d373065

# When you use your own customized ./src/ecu_system_setup,
# comment out git settings, uncomment source settings and in autoware.repos
Expand Down
4 changes: 2 additions & 2 deletions setup-dev-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ fi
# Check installation of dev package
if [ "$option_runtime" = "true" ]; then
ansible_args+=("--extra-vars" "ros2_installation_type=ros-base") # ROS installation type, default "desktop"
ansible_args+=("--extra-vars" "install_devel=false")
ansible_args+=("--extra-vars" "install_devel=N")
else
ansible_args+=("--extra-vars" "install_devel=true")
ansible_args+=("--extra-vars" "install_devel=y")
fi

# Check downloading artifacts
Expand Down

0 comments on commit b060537

Please sign in to comment.