Skip to content

Commit a730a25

Browse files
Merge pull request #188 from skyflowapi/beta-release/25.6.2
SK-2207/Beta release/25.6.2
2 parents f656d60 + 02e622d commit a730a25

File tree

351 files changed

+37978
-19188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

351 files changed

+37978
-19188
lines changed

.github/workflows/internal-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
tags-ignore:
55
- '*.*'
66
paths-ignore:
7-
- "pom.xml"
87
- "*.md"
98
branches:
109
- release/*

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo TEST_REUSABLE_TOKEN=${{ secrets.TEST_REUSABLE_TOKEN }} >> .env
4141
4242
- name: Build & Run tests with Maven
43-
run: mvn -B package -f pom.xml
43+
run: mvn -B package -f pom.xml -Dmaven.javadoc.skip=true
4444

4545
- name: Codecov
4646
uses: codecov/codecov-action@v2.1.0

.github/workflows/shared-build-and-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126

127127
- name: Publish package
128128
run: mvn --batch-mode deploy -P ${{ inputs.profile }}
129+
129130
env:
130131
SERVER_USERNAME: ${{ secrets.server-username }}
131132
SERVER_PASSWORD: ${{ secrets.server-password }}

0 commit comments

Comments
 (0)