Skip to content

Commit

Permalink
fix(autoware-base.yaml): refine paths for the workflow trigger cond…
Browse files Browse the repository at this point in the history
…itions. (#5725)
  • Loading branch information
youtalk authored Feb 5, 2025
1 parent 8da1a3e commit 70e5378
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/autoware-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 70e5378

Please sign in to comment.