This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch release-2.0.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 49d55a9d9d2c486677635736af7af0c2a34ccdba Author: Pasquale Congiusti <[email protected]> AuthorDate: Tue Jul 25 10:55:19 2023 +0200 fix(ci): run coverage only on golang code changes Closes #4571 --- .github/workflows/coverage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index aaa3d0fb1..311386d0b 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -19,6 +19,8 @@ name: Coverage report on: pull_request_target: + paths: + - 'pkg/**' jobs: report:
