Skip to content

Commit

Permalink
ci: Fix incorrect path matching
Browse files Browse the repository at this point in the history
  • Loading branch information
j3soon committed Oct 23, 2024
1 parent 628d9f2 commit cf63c8a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-aloha-ws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
- aloha_ws/docker/Dockerfile
- aloha_ws/docker/.dockerignore
- aloha_ws/docker/.bashrc
- aloha_ws/docker/script
- aloha_ws/docker/udev_rules
- aloha_ws/docker/script/**
- aloha_ws/docker/udev_rules/**

jobs:
docker:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-husky-ws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:
- husky_ws/docker/Dockerfile
- husky_ws/docker/.dockerignore
- husky_ws/docker/.bashrc
- husky_ws/docker/script
- husky_ws/docker/clearpath_computer_installer
- husky_ws/docker/udev_rules
- husky_ws/docker/script/**
- husky_ws/docker/clearpath_computer_installer/**
- husky_ws/docker/udev_rules/**

jobs:
docker:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-kobuki-ws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
- kobuki_ws/docker/Dockerfile
- kobuki_ws/docker/.dockerignore
- kobuki_ws/docker/.bashrc
- kobuki_ws/docker/kobuki_driver_ws
- kobuki_ws/docker/udev_rules
- kobuki_ws/docker/kobuki_driver_ws/**
- kobuki_ws/docker/udev_rules/**

jobs:
docker:
Expand Down

0 comments on commit cf63c8a

Please sign in to comment.