We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
paths
1 parent 8da1a3e commit 70e5378Copy full SHA for 70e5378
.github/workflows/autoware-base.yaml
@@ -5,10 +5,17 @@ on:
5
branches:
6
- main
7
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
15
- docker/Dockerfile.base
16
+ - docker/etc
17
- docker/scripts/cleanup_*.sh
- - .github/actions/docker-build-and-push-base/*
- - .github/workflows/autoware-base.yaml
18
+ - setup-dev-env.sh
19
schedule:
20
- cron: 0 0 15 * * # every 15th of the month
21
workflow_dispatch:
0 commit comments