Commit 449846d
committed
refactor(ci): simplify sonar and schema-linter fork safety
Replace the broken org membership check in sonar.yml with the standard
fork-safety pattern (skip fork PRs via head.repo.full_name check).
The old check used exit 0 which didn't actually skip subsequent steps,
and fork PRs can't access secrets regardless.
Simplify schema-linter.yml fork conditional to the same pattern.
Also removes the broken "Display Quality gate result" step that
referenced a nonexistent step ID (sonarqube-result-front).
Relates to #4111 parent 7abfa1b commit 449846d
2 files changed
Lines changed: 8 additions & 36 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
| 16 | + | |
| 17 | + | |
12 | 18 | | |
13 | 19 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 20 | | |
45 | 21 | | |
46 | 22 | | |
| |||
54 | 30 | | |
55 | 31 | | |
56 | 32 | | |
57 | | - | |
58 | 33 | | |
59 | 34 | | |
60 | 35 | | |
61 | 36 | | |
62 | 37 | | |
63 | 38 | | |
64 | | - | |
65 | | - | |
66 | | - | |
0 commit comments