Skip to content

Commit 58f1dde

Browse files
committed
workflow typo fix, filters fix
1 parent c62db3a commit 58f1dde

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/_docker-build-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
username: ${{ github.actor }}
2424
password: ${{ secrets.GITHUB_TOKEN }}
2525

26-
- uses: crazy-max/ghaction-github-runtime@v3<
26+
- uses: crazy-max/ghaction-github-runtime@v3
2727

2828
- uses: docker/setup-buildx-action@v3
2929

.github/workflows/docker.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,16 @@ jobs:
2020
uses: dorny/paths-filter@v3
2121
with:
2222
filters: |
23-
ros: docker/base-ros/**
24-
python:
23+
all:
24+
- .github/workflows/_docker-build-template.yml
25+
- .github/workflows/docker.yml
26+
ros: &all
27+
- docker/base-ros/**
28+
python: &all
2529
- docker/base-python/**
2630
- requirements*.txt
27-
dev: dimos/**
31+
dev: &all
32+
- dimos/**
2833
2934
build-ros:
3035
needs: detect-changes

0 commit comments

Comments
 (0)