We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b7b76 commit 2ba4e72Copy full SHA for 2ba4e72
1 file changed
.github/workflows/check-build.yml
@@ -21,7 +21,6 @@ on:
21
22
env:
23
PRIMARY_MAVEN_MODULE: ${{ github.event.repository.name }}
24
- DEMO_MAVEN_MODULE: ${{ github.event.repository.name }}-demo
25
26
jobs:
27
build:
@@ -64,13 +63,6 @@ jobs:
64
63
exit 1
65
fi
66
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
-
74
checkstyle:
75
runs-on: ubuntu-latest
76
if: ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'renovate/') }}
0 commit comments