Skip to content

Commit b3d10c8

Browse files
committed
revert name change to allow merge
Signed-off-by: Sam Barker <sam@quadrocket.co.uk>
1 parent d83287f commit b3d10c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
name: Build Kroxylicious Proxy
17+
name: Build
1818

1919
on:
2020
push:

.github/workflows/sonar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Sonar Scan
22

33
on:
44
workflow_run:
5-
workflows: [ "Build Kroxylicious Operator" ]
5+
workflows: [ "Build Kroxylicious Operator", "Build" ]
66
types: [completed]
77

88
concurrency:

0 commit comments

Comments
 (0)