Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,17 @@ jobs:
with:
base: ${{ github.event.before }}
filters: |
# ros and python are (alternative) root images
# change to root stuff like docker.yml etc triggers rebuild of those
# which cascades into a full rebuild
ros:
# ros rebuild will cascade to full rebuild
# this is why check-changes to this workflow trigger ros
- .github/workflows/_docker-build-template.yml
- .github/workflows/docker.yml
- docker/ros/**

python:
- .github/workflows/_docker-build-template.yml
- .github/workflows/docker.yml
- docker/python/**
- requirements*.txt

Expand Down