Skip to content

Commit 2ba4e72

Browse files
committed
There is no demo
1 parent 71b7b76 commit 2ba4e72

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/check-build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ on:
2121

2222
env:
2323
PRIMARY_MAVEN_MODULE: ${{ github.event.repository.name }}
24-
DEMO_MAVEN_MODULE: ${{ github.event.repository.name }}-demo
2524

2625
jobs:
2726
build:
@@ -64,13 +63,6 @@ jobs:
6463
exit 1
6564
fi
6665
67-
- name: Upload demo files
68-
uses: actions/upload-artifact@v4
69-
with:
70-
name: demo-files-java-${{ matrix.java }}
71-
path: ${{ env.DEMO_MAVEN_MODULE }}/target/${{ env.DEMO_MAVEN_MODULE }}.jar
72-
if-no-files-found: error
73-
7466
checkstyle:
7567
runs-on: ubuntu-latest
7668
if: ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'renovate/') }}

0 commit comments

Comments
 (0)