Skip to content

Commit 562256b

Browse files
authored
ci: fix SonarQube PR workflow (#672)
1 parent ed87d1e commit 562256b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Sonar for PRs
22
on:
33
workflow_run:
44
workflows: ['PRs']
5-
types: [requested]
5+
types: [completed]
66
jobs:
77
sonar:
88
name: Sonar

0 commit comments

Comments
 (0)