Skip to content

Commit

Permalink
ci-cd(filters): Run all jobs on filters update
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomSpaceship committed Dec 22, 2024
1 parent 3a6db24 commit 675ed58
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/filters.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# nix updates are common to all workflows
nix: &nix
common: &common
- "flake.nix"
- "flake.lock"
- ".github/**"
docs-shell:
- *nix
- *common
- "docs/**/*.nix"
- "docs/pyproject/**"
docs:
- *common
- "docs/**"
- *nix
# software paths should only include files which are used by Doxygen
- "software/**/*.cpp"
- "software/**/*.hpp"
Expand All @@ -17,8 +17,8 @@ docs:
- "software/**/*.py"
- "software/**/*.pyi"
software:
- *common
- "software/**"
- *nix
# ignore script updates
- "!software/scripts/**"
- "!software/ros_ws/colcon/**"
Expand Down

0 comments on commit 675ed58

Please sign in to comment.