We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62397e3 commit 1c2d65dCopy full SHA for 1c2d65d
.github/workflows/checks.yml
@@ -55,6 +55,12 @@ jobs:
55
test-results: test.json
56
57
e2e-quick-start:
58
+ needs:
59
+ - "lint-gha"
60
+ - "lint-go"
61
+ - "lint-test-helm"
62
+ - "pre-commit"
63
+ - "unit-test"
64
strategy:
65
matrix:
66
provider:
@@ -82,6 +88,12 @@ jobs:
82
88
checks: write
83
89
84
90
e2e-self-hosted:
91
92
93
94
95
96
85
97
86
98
87
99
0 commit comments