Skip to content

Commit f3a1d3a

Browse files
committed
changed SQ workflow to manual only
1 parent f58107b commit f3a1d3a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/03-SonarQube-Analysis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: 03-SonarQube-Analysis
22

33
on:
4-
pull_request:
5-
branches:
6-
- main
7-
- develop
4+
#It is an internal tool, it can only ran a self hosted runner. Currently it can be triggered only manually.
85
workflow_dispatch:
96

107

0 commit comments

Comments
 (0)