Skip to content

Commit 70e5378

Browse files
authored
fix(autoware-base.yaml): refine paths for the workflow trigger conditions. (autowarefoundation#5725)
1 parent 8da1a3e commit 70e5378

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/autoware-base.yaml

+9-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,17 @@ on:
55
branches:
66
- main
77
paths:
8+
- .github/actions/docker-build-and-push-base
9+
- .github/workflows/autoware-base.yaml
10+
- amd64.env
11+
- ansible-galaxy-requirements.yaml
12+
- ansible/playbooks/openadkit.yaml
13+
- ansible/roles/**
14+
- arm64.env
815
- docker/Dockerfile.base
16+
- docker/etc
917
- docker/scripts/cleanup_*.sh
10-
- .github/actions/docker-build-and-push-base/*
11-
- .github/workflows/autoware-base.yaml
18+
- setup-dev-env.sh
1219
schedule:
1320
- cron: 0 0 15 * * # every 15th of the month
1421
workflow_dispatch:

0 commit comments

Comments
 (0)