Skip to content
Snippets Groups Projects
Verified Commit 80a605e5 authored by Griefed's avatar Griefed :joystick:
Browse files

ci: Limit workflow runs and remove unnecessary steps

parent 5debdcd0
No related branches found
No related tags found
1 merge request!602Develop
Pipeline #8860 passed
...@@ -4,7 +4,6 @@ on: ...@@ -4,7 +4,6 @@ on:
push: push:
branches: branches:
- develop - develop
workflow_dispatch:
jobs: jobs:
continuous: continuous:
......
...@@ -28,11 +28,6 @@ jobs: ...@@ -28,11 +28,6 @@ jobs:
with: with:
gradle-version: wrapper gradle-version: wrapper
- uses: luangong/setup-install4j@v1
with:
version: 10.0.8
license: ${{ secrets.INSTALL4J_LICENSE }}
- name: Set Permissions - name: Set Permissions
run: | run: |
chmod +x gradlew chmod +x gradlew
...@@ -41,14 +36,12 @@ jobs: ...@@ -41,14 +36,12 @@ jobs:
run: | run: |
./gradlew -Pversion="${{ steps.branch-name.outputs.current_branch }}" generateLicenseReport --info --full-stacktrace ./gradlew -Pversion="${{ steps.branch-name.outputs.current_branch }}" generateLicenseReport --info --full-stacktrace
./gradlew -Pversion="${{ steps.branch-name.outputs.current_branch }}" build --info --full-stacktrace ./gradlew -Pversion="${{ steps.branch-name.outputs.current_branch }}" build --info --full-stacktrace
./gradlew -Pversion="${{ steps.branch-name.outputs.current_branch }}" media --info --full-stacktrace
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
if: ${{ always() }} if: ${{ always() }}
with: with:
name: jar-and-media name: jar-and-media
path: | path: |
media
build build
buildSrc/build buildSrc/build
serverpackcreator-api/build serverpackcreator-api/build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment