From 70e5378e84ec29ea88d39b9659c7a8c04f888fd0 Mon Sep 17 00:00:00 2001 From: Yutaka Kondo Date: Wed, 5 Feb 2025 18:07:19 +0900 Subject: [PATCH] fix(autoware-base.yaml): refine `paths` for the workflow trigger conditions. (#5725) --- .github/workflows/autoware-base.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autoware-base.yaml b/.github/workflows/autoware-base.yaml index 72daa21e9cd..95e2da17e55 100644 --- a/.github/workflows/autoware-base.yaml +++ b/.github/workflows/autoware-base.yaml @@ -5,10 +5,17 @@ on: branches: - main paths: + - .github/actions/docker-build-and-push-base + - .github/workflows/autoware-base.yaml + - amd64.env + - ansible-galaxy-requirements.yaml + - ansible/playbooks/openadkit.yaml + - ansible/roles/** + - arm64.env - docker/Dockerfile.base + - docker/etc - docker/scripts/cleanup_*.sh - - .github/actions/docker-build-and-push-base/* - - .github/workflows/autoware-base.yaml + - setup-dev-env.sh schedule: - cron: 0 0 15 * * # every 15th of the month workflow_dispatch: