We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83287f commit b3d10c8Copy full SHA for b3d10c8
.github/workflows/maven.yaml
@@ -14,7 +14,7 @@
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
#
17
-name: Build Kroxylicious Proxy
+name: Build
18
19
on:
20
push:
.github/workflows/sonar.yaml
@@ -2,7 +2,7 @@ name: Sonar Scan
2
3
4
workflow_run:
5
- workflows: [ "Build Kroxylicious Operator" ]
+ workflows: [ "Build Kroxylicious Operator", "Build" ]
6
types: [completed]
7
8
concurrency:
0 commit comments