Skip to content

Commit 6a2f754

Browse files
Temporarily Disable main workflow
Currently the checks should be tested with the release-4 branch. Fixes for the main branch will be done separately. Signed-off-by: Karsten Schnitter <k.schnitter@sap.com>
1 parent 2c5f6a8 commit 6a2f754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Maven Verify
33
on:
44
pull_request:
55
branches:
6-
- main
6+
# - main
77
- release-4
88

99
jobs:
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build with Maven
2323
run: mvn verify
2424

25-
build-releas-4:
25+
build-release-4:
2626
if: github.base_ref == 'release-4'
2727
runs-on: ubuntu-latest
2828
steps:

0 commit comments

Comments
 (0)