diff --git a/.github/workflows/native-image.yml b/.github/workflows/native-image.yml
index adcff1f..1745bc7 100644
--- a/.github/workflows/native-image.yml
+++ b/.github/workflows/native-image.yml
@@ -1,9 +1,9 @@
-name: avaje-config native image
+name: native image build
on:
workflow_dispatch:
schedule:
- - cron: '40 0 1 1 6'
+ - cron: '40 1 1 1 6'
jobs:
build:
diff --git a/pom.xml b/pom.xml
index 96e9445..4e76d2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,20 +15,7 @@
avaje-config
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/tests/test-native-image/pom.xml b/tests/test-native-image/pom.xml
index 5a86759..bbda48b 100644
--- a/tests/test-native-image/pom.xml
+++ b/tests/test-native-image/pom.xml
@@ -11,7 +11,7 @@
org.example
- test-native
+ test-native-image
1.0-SNAPSHOT