Skip to content

Commit 6e7c4b5

Browse files
committed
use maven_jni_25.yml as workflow call for dev build script
1 parent 7cd1525 commit 6e7c4b5

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/maven_deploy_snapshot_dev.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ jobs:
3838
MAVEN_PASSWORD: ${{ secrets.CENTRAL_SONATYPE_TOKEN_PASSWORD }}
3939
MAVEN_GPG_PASSPHRASE: ${{ secrets.ORG_GPG_PASSPHRASE }}
4040
MAVEN_GPG_KEY: ${{ secrets.ORG_GPG_PRIVATE_KEY }}
41+
42+
build-native-jar:
43+
needs: publish
44+
uses: ./.github/workflows/maven_jni_25.yml

.github/workflows/maven_jni_25.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
name: Java Native Build 25
55

66
on:
7-
push:
8-
branches:
9-
- '**'
10-
pull_request:
11-
branches: [ main ]
7+
workflow_call:
128

139
jobs:
1410
build-native:
@@ -123,4 +119,3 @@ jobs:
123119
with:
124120
name: final-jar
125121
path: nativememory/target/nativememory-*.jar
126-

0 commit comments

Comments
 (0)