From 4a0356ccaaddf769a2c5386ddd518cf40a4a8552 Mon Sep 17 00:00:00 2001 From: Joao Machado <13315199+machadoit@users.noreply.github.com> Date: Wed, 19 Nov 2025 16:16:22 +0100 Subject: [PATCH 1/2] Update Codacy workflow to remove path restrictions Removed specific paths for pull request triggers. --- .github/workflows/codacy.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 425d73c..4c3d6ed 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -7,9 +7,6 @@ on: - master pull_request: branches: [ '*' ] - paths: - - '*.json' - - '*.yaml' merge_group: types: - checks_requested # this is the one that's isn't triggering Codacy analysis @@ -48,4 +45,4 @@ jobs: CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }} run: | bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r coverage.xml - \ No newline at end of file + From 82b980bde1ec2a556c94dc3b55cb0e61a1605ec3 Mon Sep 17 00:00:00 2001 From: Joao Machado <13315199+machadoit@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:05:05 +0100 Subject: [PATCH 2/2] Clean up Codacy workflow configuration Removed unused merge_group types from Codacy workflow. --- .github/workflows/codacy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 4c3d6ed..ccb7d9b 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -8,9 +8,6 @@ on: pull_request: branches: [ '*' ] merge_group: - types: - - checks_requested # this is the one that's isn't triggering Codacy analysis - jobs: build: