Skip to content

Commit

Permalink
Add yaml, package.xml and CMakeLists to paths filters
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Apr 29, 2024
1 parent e3d3978 commit 3c57863
Show file tree
Hide file tree
Showing 28 changed files with 121 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/humble-abi-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/humble-abi-compatibility.yml'
- '**/package.xml'
- '**/CMakeLists.txt'

jobs:
abi_check:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/humble-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/humble-binary-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
push:
branches:
- humble
Expand All @@ -20,6 +23,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/humble-binary-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/humble-coverage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/humble-coverage-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
pull_request:
branches:
- humble
Expand All @@ -17,6 +20,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/humble-coverage-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'

jobs:
coverage_humble:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/humble-debian-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/humble-debian-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/humble-rhel-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/humble-rhel-binary-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/humble-semi-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/humble-semi-binary-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
push:
branches:
- humble
Expand All @@ -20,6 +23,10 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/humble-semi-binary-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
- '**/CMakeLists.txt'
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/humble-source-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/humble-source-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 3 * * *'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/iron-abi-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/iron-abi-compatibility.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'

jobs:
abi_check:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/iron-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/iron-binary-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
push:
branches:
- iron
Expand All @@ -20,6 +23,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/iron-binary-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/iron-coverage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/iron-coverage-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
pull_request:
branches:
- iron
Expand All @@ -17,6 +20,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/iron-coverage-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'

jobs:
coverage_iron:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/iron-debian-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/iron-debian-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/iron-rhel-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/iron-rhel-binary-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/iron-semi-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/iron-semi-binary-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
push:
branches:
- iron
Expand All @@ -20,6 +23,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/iron-semi-binary-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/iron-source-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ on:
- '**.hpp'
- '**.h'
- '**.cpp'
- '.github/workflows/iron-source-build.ym'
- '.github/workflows/iron-source-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 3 * * *'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/jazzy-abi-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/jazzy-abi-compatibility.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'

jobs:
abi_check:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/jazzy-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/jazzy-binary-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
push:
branches:
- master
Expand All @@ -20,6 +23,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/jazzy-binary-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/jazzy-coverage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/jazzy-coverage-build.yml'
- '.pre-commit-config.yaml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
pull_request:
branches:
- master
Expand All @@ -18,7 +20,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/jazzy-coverage-build.yml'
- '.pre-commit-config.yaml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'

jobs:
coverage_jazzy:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/jazzy-debian-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/jazzy-debian-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/jazzy-rhel-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/jazzy-rhel-binary-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/jazzy-semi-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/jazzy-semi-binary-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
push:
branches:
- master
Expand All @@ -20,6 +23,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/jazzy-semi-binary-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/jazzy-source-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/jazzy-source-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 3 * * *'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/rolling-abi-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/rolling-abi-compatibility.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'

jobs:
abi_check:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/rolling-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/rolling-binary-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
push:
branches:
- master
Expand All @@ -20,6 +23,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/rolling-binary-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/rolling-coverage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/rolling-coverage-build.yml'
- '.pre-commit-config.yaml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
pull_request:
branches:
- master
Expand All @@ -18,7 +20,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/rolling-coverage-build.yml'
- '.pre-commit-config.yaml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'

jobs:
coverage_rolling:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/rolling-debian-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/rolling-debian-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/rolling-rhel-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/rolling-rhel-binary-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/rolling-semi-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/rolling-semi-binary-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
push:
branches:
- master
Expand All @@ -20,6 +23,9 @@ on:
- '**.h'
- '**.cpp'
- '.github/workflows/rolling-semi-binary-build.yml'
- '**.yaml'
- '**/package.xml'
- '**/CMakeLists.txt'
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand Down
Loading

0 comments on commit 3c57863

Please sign in to comment.