Skip to content

Commit

Permalink
ci: Don't launch CI on CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Oct 28, 2024
1 parent a84ef5d commit 141925c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- COPYING.LESSER
- colcon.pkg
- .pre-commit-config.yaml
- CHANGELOG.md
pull_request:
paths-ignore:
- doc/**
Expand All @@ -21,6 +22,7 @@ on:
- COPYING.LESSER
- colcon.pkg
- .pre-commit-config.yaml
- CHANGELOG.md
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/macos-linux-windows-pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- COPYING.LESSER
- colcon.pkg
- .pre-commit-config.yaml
- CHANGELOG.md
pull_request:
paths-ignore:
- doc/**
Expand All @@ -23,6 +24,7 @@ on:
- COPYING.LESSER
- colcon.pkg
- .pre-commit-config.yaml
- CHANGELOG.md
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ros-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- CITATION.*
- COPYING.LESSER
- .pre-commit-config.yaml
- CHANGELOG.md
pull_request:
paths-ignore:
- doc/**
Expand All @@ -23,6 +24,7 @@ on:
- CITATION.*
- COPYING.LESSER
- .pre-commit-config.yaml
- CHANGELOG.md
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 141925c

Please sign in to comment.