From fd1d09600c0b10620358c63daf487f52f6a72fce Mon Sep 17 00:00:00 2001 From: Yutaka Kondo Date: Tue, 4 Feb 2025 16:13:59 +0900 Subject: [PATCH] refine autoware-base trigger Signed-off-by: Yutaka Kondo --- .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: