feat: added build skipper

This commit is contained in:
ibo
2024-06-20 21:37:38 +02:00
committed by GitHub
parent 7e6fc7e086
commit 00325b0d74

View File

@@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-latest
env:
CI: true
SKIP_BUILD: true
steps:
- name: Checkout repo
@@ -81,6 +82,7 @@ jobs:
run: chmod +x ./gradlew
- name: Build with Gradle
if: ${{ env.SKIP_BUILD != 'true' }}
run: ./gradlew assembleGoogleAlpha
- name: Upload a Build Artifact