Skip to content

Commit be99b5a

Browse files
authored
Clean up Codacy workflow configuration (#19)
* Update Codacy workflow to remove path restrictions Removed specific paths for pull request triggers. * Clean up Codacy workflow configuration Removed unused merge_group types from Codacy workflow.
1 parent ebe64ce commit be99b5a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/codacy.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@ on:
77
- master
88
pull_request:
99
branches: [ '*' ]
10-
paths:
11-
- '*.json'
12-
- '*.yaml'
1310
merge_group:
14-
types:
15-
- checks_requested # this is the one that's isn't triggering Codacy analysis
16-
1711

1812
jobs:
1913
build:
@@ -48,4 +42,4 @@ jobs:
4842
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
4943
run: |
5044
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r coverage.xml
51-
45+

0 commit comments

Comments
 (0)